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

added defines so it is possible to change settings by compiler -D flags #67

Open DEvil0000 opened 1 year ago

DEvil0000 commented 1 year ago

added defines so it is possible to change settings by compiler -D flags. added global define options (must be set via compiler flags): -D TX_ONLY -D RX_ONLY -D TX_BUFFER_SIZE=xx -D RX_BUFFER_SIZE=xx

this way you can save flash and ram so it will fit a tiny or such.