Matthijs Kooijman
|
934393398b
|
Add SoftwareSerial::stopListening()
This allows one to explicitly stop a SoftwareSerial instance from
listening, without having to make another one listening.
|
2015-01-26 17:03:25 +01:00 |
|
Matthijs Kooijman
|
db1a4ad139
|
Add SoftwareSerial::setRxIntMsk()
This moves the interrupt mask enabling / disabling code into a separate
method, so we can call it from multiple spots next.
|
2015-01-26 17:03:25 +01:00 |
|
Cristian Maglie
|
7f17170678
|
Revert "SoftwareSerial library to the new format"
This reverts commit 38c3bbbd3c .
|
2013-11-15 12:54:59 +01:00 |
|
Fede85
|
38c3bbbd3c
|
SoftwareSerial library to the new format
|
2013-07-03 23:18:21 +02:00 |
|
Federico Fissore
|
d458ef7806
|
fixed permissions on a lot of text files. see #1116
|
2012-12-10 10:42:49 +01:00 |
|
Cristian Maglie
|
57b8713cab
|
Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform
|
2012-01-04 15:14:51 +01:00 |
|