33 #ifndef LIDAR_LITE_I2C_H
34 #define LIDAR_LITE_I2C_H
void lidar_lite_init(void)
Initialization function.
void lidar_lite_event(void)
Lidar event function Basically just check the progress of the transation to prevent overruns during h...
void lidar_lite_periodic(void)
Poll lidar for data for altitude hold 50Hz-100Hz should be enough, in theory can go faster (see the d...
struct i2c_transaction trans
I2C transaction structure.
void lidar_lite_downlink(void)
Downlink message for debug.
enum LidarLiteStatus status
struct LidarLite lidar_lite
Architecture independent I2C (Inter-Integrated Circuit Bus) API.