imporved sbus input handling on TX module

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-04-19 16:24:17 +02:00
parent 4cae36715d
commit a651fcc05e
4 changed files with 24 additions and 4 deletions

View File

@@ -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: