Age | Commit message (Collapse) | Author |
|
Fixes #925
|
|
|
|
Add two argument form of Serial_::begin
Signed-off-by: Paul Brook <paul@nowt.org>
|
|
Make USB Serial_::begin() function take an unsigned long argument for
consistency with HardwareSerial.
Signed-off-by: Paul Brook <paul@nowt.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #988
|
|
|
|
|
|
|
|
private.
This allows better optimization on classes that extends Stream without losing
timeout capabilities.
|
|
|
|
Needed in order to work with Arduino Leonardo
|
|
|
|
|
|
|
|
See #881
|
|
Fixes #831 #881 #955 #1123 #1140
|
|
https://github.com/arduino/Arduino/pull/1329#issuecomment-15609148
See #857 #1329
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See #857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit a0c96bebddac27e8ea51811a74d6cdfa2d8a30e0.
|
|
|
|
|
|
|
|
|
|
|
|
This allows use of A0, A1, A2, A3 constants and for them to be mapped to the appropriate analog input channel. It should only be used if the macro is actually defined.
|
|
|
|
|