Age | Commit message (Collapse) | Author |
|
|
|
This reverts commits:
3223d4fdca32ec03de4a3a2a0c22f2d40de5f374
77f8dd63ab102ab5d2929ac4edd5c00ae9d70493
|
|
This reverts commit 38c3bbbd3c83eda057d4857635fbd78a4785c3a4.
|
|
This reverts commit a31857688bdc270ed65307755ff3b73ef4867982.
|
|
|
|
Improved ADC speed on Arduino Due
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
built-in LED.
Fixes #758
|
|
|
|
|
|
Fixes #925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- adjusted Mega board name
- moved pid/vid to the proper place
- defined default build.board prop (so the IDE stops warning about that)
See #1605
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
build/shared/revisions.txt
|
|
|
|
|
|
Fixes #1568
|
|
|
|
|
|
|
|
|
|
|
|
This should make explicit String-from-integer constructor working again:
int a = 10;
String(a, 4);
|
|
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 #1558
|
|
|
|
|
|
|