We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f3796 commit 5753a02Copy full SHA for 5753a02
cores/esp32/HardwareSerial.h
@@ -357,6 +357,7 @@ class HardwareSerial : public Stream {
357
void setDebugOutput(bool);
358
359
// fuctions used to enable or disable UART pins signal inversion
360
+ // returns the requested operation success status
361
bool setRxInvert(bool);
362
bool setTxInvert(bool);
363
bool setCtsInvert(bool);
0 commit comments