NinjaFlight
|
#include <stdbool.h>
#include <stdint.h>
#include <platform.h>
#include "build_config.h"
#include "io/serial.h"
#include "rx/rx.h"
#include "rx/msp.h"
Functions | |
void | rxMspFrameReceive (uint16_t *frame, int channelCount) |
bool | rxMspFrameComplete (void) |
bool | rxMspInit (rxRuntimeConfig_t *rconf, rcReadRawDataPtr *callback) |
bool rxMspFrameComplete | ( | void | ) |
void rxMspFrameReceive | ( | uint16_t * | frame, |
int | channelCount | ||
) |
bool rxMspInit | ( | rxRuntimeConfig_t * | rconf, |
rcReadRawDataPtr * | callback | ||
) |