ArduinoCore-avr/libraries/SoftwareSerial
Matthijs Kooijman 0001ea1d3d Use stopListening() in SoftwareSerial::end()
stopListening also disabled the interrupt, if needed, so calling that
function makes more sense. Since stopListening only disables the
interrupt when the current SoftwareSerial is the active object, and that
can only be the case when _rx_delay_stopbit is non-zero, there is no
need to separately check _rx_delay_stopbit anymore.
2015-01-26 17:03:25 +01:00
..
examples Revert "SoftwareSerial library to the new format" 2013-11-15 12:54:59 +01:00
SoftwareSerial.cpp Use stopListening() in SoftwareSerial::end() 2015-01-26 17:03:25 +01:00
SoftwareSerial.h Fix race condition in SoftwareSerial::overflow() 2015-01-26 17:03:25 +01:00
keywords.txt Revert "SoftwareSerial library to the new format" 2013-11-15 12:54:59 +01:00
library.properties missing paragraph field in library.properties 2014-07-18 20:08:01 +02:00