Skip to content

Commit af3ec5b

Browse files
authored
feat(uart): adds commentatries
Added functions for UART pins signal inversion.
1 parent 2e3ae48 commit af3ec5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/HardwareSerial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ class HardwareSerial : public Stream {
348348

349349
void setDebugOutput(bool);
350350

351+
// fuctions used to enable or disable UART pins signal inversion
351352
bool setRxInvert(bool);
352353
bool setTxInvert(bool);
353354
bool setCtsInvert(bool);

0 commit comments

Comments
 (0)