PaulStoffregen / AltSoftSerial

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

Support for inverse logic #19

Closed pawelsky closed 8 years ago

pawelsky commented 8 years ago

Paul,

are there any plans to introduce support for inverted serial logic (i.e. make use of the inverse parameter of the _AltSoftSerial(uint8_t rxPin, uint8t txPin, bool inverse = false) constructor?

PaulStoffregen commented 8 years ago

I'm not planning to work on this.

pawelsky commented 8 years ago

Understood. Thanks for quick reply.