aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial/src/SoftwareSerial.cpp
AgeCommit message (Collapse)Author
2021-10-18Inserted cast to unsigned int in available method in order to avoid call to ↵Bernhard Nebel
__divmodhi4
2019-07-21Cast pins to signed integers to avoid Wtype-limits compile warningJeff Rowberg
2016-04-05Update SoftwareSerial.cppBradley Luke Totaro
2016-03-10Make SoftwareSerial receive buffer a uint8_t arraySandeep Mistry
2016-03-10Add missing cast to SoftwareSerial::peek() when returning buffered valueSandeep Mistry
2016-03-02add src folder when missingAlice Pintus