Skip to content

Commit ae8549c

Browse files
committed
update revisions.txt and fix comments in Esplora library
1 parent 155abfe commit ae8549c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build/shared/revisions.txt

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ARDUINO 1.6.2
88
* Available ports list is now generated in background: hence "tools" menu is much faster
99
* MacOSX: appbundler merged our contribution, switching to upstream version https://bitbucket.org/infinitekind/appbundler/
1010

11+
[core]
12+
* Stream: fixed bug in findUntil routine #2591 @Xuth
13+
1114
[libraries]
1215
* EEPROM: Replaced existing library with more complete implementation @Chris--A
1316
* SD: fixed endless timeout on 32bit core (Due) @Timmmm

libraries/Esplora/src/Esplora.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ const byte GREEN_PIN = 10;
4444
const byte BUZZER_PIN = 6;
4545

4646
// non-multiplexer Esplora pins:
47-
// Accelerometer: x-A5, y-A7, z-A6
47+
// Accelerometer: x-A5, y-A11, z-A6
4848
// External outputs: D3, D11
49-
// Buzzer: A8
50-
// RGB Led: red-D5, green-D10/A11, blue-D9/A10
49+
// Buzzer: D6
50+
// RGB Led: red-D5, green-D10, blue-D9
5151
// Led 13: D13
5252

5353
const byte ACCEL_X_PIN = A5;

0 commit comments

Comments
 (0)