PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
338 stars 132 forks source link

added signal invert and mode selection (rx/tx) #29

Open bikemike opened 8 years ago

bradanlane commented 5 years ago

I had a need for inverting one side of the data. I pulled this code from @bikemike and it is working well.

vlad072 commented 4 years ago

I need to invert TX only, to work through a transistor switch. how to do it?