sbus.h 200 B

123456
  1. /*
  2. declarations for sbus.h
  3. */
  4. bool sbus_decode(const uint8_t frame[25], uint16_t *values, uint16_t *num_values,
  5. bool *sbus_failsafe, bool *sbus_frame_drop, uint16_t max_values);