File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ ARDUINO 1.6.2
8
8
* Available ports list is now generated in background: hence "tools" menu is much faster
9
9
* MacOSX: appbundler merged our contribution, switching to upstream version https://bitbucket.org/infinitekind/appbundler/
10
10
11
+ [core]
12
+ * Stream: fixed bug in findUntil routine #2591 @Xuth
13
+
11
14
[libraries]
12
15
* EEPROM: Replaced existing library with more complete implementation @Chris--A
13
16
* SD: fixed endless timeout on 32bit core (Due) @Timmmm
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ const byte GREEN_PIN = 10;
44
44
const byte BUZZER_PIN = 6 ;
45
45
46
46
// non-multiplexer Esplora pins:
47
- // Accelerometer: x-A5, y-A7 , z-A6
47
+ // Accelerometer: x-A5, y-A11 , z-A6
48
48
// 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
51
51
// Led 13: D13
52
52
53
53
const byte ACCEL_X_PIN = A5;
You can’t perform that action at this time.
0 commit comments