|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
33 #ifndef LIDAR_LITE_I2C_H
34 #define LIDAR_LITE_I2C_H
@ LIDAR_LITE_READ_DISTANCE
void lidar_lite_init(void)
Initialization function.
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...
@ LIDAR_LITE_INIT_RANGING
struct LidarLite lidar_lite
I2C transaction structure.
enum LidarLiteStatus status
struct i2c_transaction trans
void lidar_lite_event(void)
Lidar event function Basically just check the progress of the transation to prevent overruns during h...
void lidar_lite_downlink(void)
Downlink message for debug.