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.h
Age
Commit message (
Expand
)
Author
2015-03-05
SoftwareSerial: match bool API with HardwareSerial
Martino Facchin
2015-01-26
Fix SoftwareSerial timings
Matthijs Kooijman
2015-01-26
Disable the RX PCINT inside SoftwareSerial::recv
Matthijs Kooijman
2015-01-26
Optimize SoftwareSerial::setRxIntMsk()
Matthijs Kooijman
2015-01-26
Mark SoftwareSerial::recv and handle_interrupt as always_inline
Matthijs Kooijman
2015-01-26
Mark SoftwareSerial::tx_pin_write as "always_inline"
Matthijs Kooijman
2015-01-26
Fix race condition in SoftwareSerial::overflow()
Matthijs Kooijman
2015-01-26
Add SoftwareSerial::stopListening()
Matthijs Kooijman
2015-01-26
Add SoftwareSerial::setRxIntMsk()
Matthijs Kooijman
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
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