Paparazzi UAS
v5.15_devel-230-gc96ce27
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 83 of file tfmini.c.
References TFMini::device, TFMini::parse_status, TFMINI_INITIALIZE, and tfmini_parse().
void tfmini_init | ( | void | ) |
Initialization function.
Definition at line 63 of file tfmini.c.
References TFMini::compensate_rotation, DefaultPeriodic, TFMini::device, TFMini::distance, TFMini::parse_status, register_periodic_telemetry(), TFMini::strength, TFMINI_PARSE_HEAD, tfmini_send_lidar(), and TFMini::update_agl.