mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Update ESP32 Arduino Core to v3.0.3
This commit is contained in:
@@ -12,6 +12,7 @@ struct SBUSData {
|
||||
class SBUS {
|
||||
public:
|
||||
SBUS(HardwareSerial& bus, const bool inv = true) {};
|
||||
SBUS(HardwareSerial& bus, const int8_t rxpin, const int8_t txpin, const bool inv = true) {};
|
||||
void begin() {};
|
||||
bool read() { return joystickGet(); };
|
||||
SBUSData data() {
|
||||
|
Reference in New Issue
Block a user