aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial/src/SoftwareSerial.h
AgeCommit message (Collapse)Author
2018-11-26Removed historic Arduino-0012 workaroundFlorian Schweiger
Removed #undefs in SoftwareSerial.h that were marked as Arduino 0012 workaround and that broke several macros, including abs. See https://github.com/arduino/ArduinoCore-avr/issues/30
2016-07-18Wrap SoftwareSerial _SS_MAX_RX_BUFF defineSandeep Mistry
To allow sketches to override value as per #58.
2016-03-10Make SoftwareSerial receive buffer a uint8_t arraySandeep Mistry
2016-03-02add src folder when missingAlice Pintus