Sbus decoding
This commit is contained in:
4
sbus.h
4
sbus.h
@@ -1,3 +1,5 @@
|
||||
#include "Arduino.h"
|
||||
|
||||
void sbusPreparePacket(uint8_t packet[], int channels[], bool isSignalLoss, bool isFailsafe);
|
||||
void sbusPreparePacket(uint8_t packet[], int channels[], bool isSignalLoss, bool isFailsafe);
|
||||
void sbusRead(HardwareSerial &_serial, SbusInput_t *sbusInput);
|
||||
bool isReceivingSbus(SbusInput_t *sbusInput);
|
||||
Reference in New Issue
Block a user