forked from espressif/arduino-esp32
UART rework
many possible problems fixed in preparation for thread-safe
This commit is contained in:
@ -65,8 +65,6 @@ public:
|
||||
operator bool() const;
|
||||
|
||||
void setDebugOutput(bool);
|
||||
bool isTxEnabled(void);
|
||||
bool isRxEnabled(void);
|
||||
|
||||
protected:
|
||||
int _uart_nr;
|
||||
|
Reference in New Issue
Block a user