Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
driver for the TFMini lidar More...
Go to the source code of this file.
Data Structures | |
struct | TFMini |
Functions | |
void | tfmini_init (void) |
Initialization function. More... | |
void | tfmini_event (void) |
Lidar event function Receive bytes from the UART port and parse them. More... | |
void | tfmini_downlink (void) |
Variables | |
struct TFMini | tfmini |
struct TFMini |
enum TFMiniParseStatus |
void tfmini_downlink | ( | void | ) |
void tfmini_event | ( | void | ) |
Lidar event function Receive bytes from the UART port and parse them.
Definition at line 84 of file tfmini.c.
References TFMini::device, TFMini::parse_status, tfmini, TFMINI_INITIALIZE, and tfmini_parse().
void tfmini_init | ( | void | ) |
Initialization function.
Definition at line 64 of file tfmini.c.
References TFMini::compensate_rotation, DefaultPeriodic, TFMini::device, TFMini::distance, TFMini::parse_status, register_periodic_telemetry(), TFMini::strength, tfmini, TFMINI_PARSE_HEAD, tfmini_send_lidar(), and TFMini::update_agl.
|
extern |
Definition at line 1 of file tfmini.c.
Referenced by tfmini_event(), tfmini_init(), tfmini_parse(), and tfmini_send_lidar().