forked from espressif/arduino-esp32
Added facility to invert the polarity of input UART bits. (#4200)
This commit is contained in:
@ -100,6 +100,8 @@ public:
|
||||
|
||||
size_t setRxBufferSize(size_t);
|
||||
void setDebugOutput(bool);
|
||||
|
||||
void setRxInvert(bool);
|
||||
|
||||
protected:
|
||||
int _uart_nr;
|
||||
|
Reference in New Issue
Block a user