imporved sbus input handling on TX module
This commit is contained in:
@@ -11,6 +11,7 @@ class SbusInput : public TxInput
|
||||
public:
|
||||
SbusInput(HardwareSerial &serial);
|
||||
void start(void);
|
||||
void restart(void);
|
||||
void loop(void);
|
||||
bool isReceiving(void);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user