Hi all,
I have an arduino mega project where I send serial data to an 74hct04n inverter.. now I'm porting the project on esp32 (M5Stack).
in the example serial2 of arduino IDE I can declare a serial port with:
Serial2.begin(unsigned long baud, uint32_t config, int8_t rxPin, int8_t txPin, bool invert)
the question is:
can I use the invert option in serial declaration instead of 74hct04n inverter ic??
tnk a lot