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

Fix peek() #16

Closed matthijskooijman closed 8 years ago

matthijskooijman commented 8 years ago

This had an off-by-one, returning the most recently read byte, instead of the next byte to be read.