uint8_t dl_buffer[MSG_SIZE]
void event_task_fbw(void)
void reporting_task(void)
Send a series of initialisation messages followed by a stream of periodic ones.
void sensors_task(void)
Run at PERIODIC_FREQUENCY (60Hz if not defined)
void periodic_task_fbw(void)
static void DlCheckAndParse(struct link_device *dev, struct transport_tx *trans, uint8_t *buf, bool *msg_available, bool update_dl)
Check for new message and parse.