PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <crsf.h>
Public Attributes | |
crsf_frame_header_t | header |
uint8_t | type |
uint8_t | payload [CRSF_PAYLOAD_SIZE_MAX+1] |
payload data including 1 byte CRC at end More... | |
crsf_frame_header_t crsf_frame_t::header |
Definition at line 62 of file crsf.h.
Referenced by crsf_frame_CRC(), and crsf_parse_buffer().
uint8_t crsf_frame_t::payload[CRSF_PAYLOAD_SIZE_MAX+1] |
payload data including 1 byte CRC at end
Definition at line 64 of file crsf.h.
Referenced by crsf_frame_CRC(), and crsf_parse_buffer().
uint8_t crsf_frame_t::type |
Definition at line 63 of file crsf.h.
Referenced by crsf_frame_CRC(), and crsf_parse_buffer().