index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libraries
/
SoftwareSerial
/
SoftwareSerial.cpp
Age
Commit message (
Expand
)
Author
2015-01-26
Toggle SoftwareSerial interrupts when starting / stopping to listen
Matthijs Kooijman
2015-01-26
Add SoftwareSerial::stopListening()
Matthijs Kooijman
2015-01-26
Add SoftwareSerial::setRxIntMsk()
Matthijs Kooijman
2015-01-26
Let SoftwareSerial::end also check against _rx_delay_stopbit
Matthijs Kooijman
2015-01-26
Let SoftwareSerial::listen() fail on invalid rx baud rates
Matthijs Kooijman
2015-01-26
Clear SoftwareSerial rx delay if no interrupt register is found
Matthijs Kooijman
2014-05-23
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Cristian Maglie
2013-11-15
Revert "SoftwareSerial library to the new format"
Cristian Maglie
2013-07-03
SoftwareSerial library to the new format
Fede85
2012-12-10
Merged 1.0.3
Cristian Maglie
2012-12-10
fixed permissions on a lot of text files. see #1116
Federico Fissore
2012-01-04
Moved libraries folder inside platform folder. Now libraries and examples are...
Cristian Maglie
2009-11-07
Moving libraries out of arduino platform / core directory and to top-level.
David A. Mellis
2007-10-06
Moving libraries out from inside targets and creating bootloaders directory.
David A. Mellis