1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

update revisions.txt and fix comments in Esplora library

This commit is contained in:
Martino Facchin 2015-03-26 17:23:00 +01:00
parent 155abfe280
commit ae8549cfcb
2 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,9 @@ ARDUINO 1.6.2
* Available ports list is now generated in background: hence "tools" menu is much faster
* MacOSX: appbundler merged our contribution, switching to upstream version https://bitbucket.org/infinitekind/appbundler/
[core]
* Stream: fixed bug in findUntil routine #2591 @Xuth
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A
* SD: fixed endless timeout on 32bit core (Due) @Timmmm

View File

@ -44,10 +44,10 @@ const byte GREEN_PIN = 10;
const byte BUZZER_PIN = 6;
// non-multiplexer Esplora pins:
// Accelerometer: x-A5, y-A7, z-A6
// Accelerometer: x-A5, y-A11, z-A6
// External outputs: D3, D11
// Buzzer: A8
// RGB Led: red-D5, green-D10/A11, blue-D9/A10
// Buzzer: D6
// RGB Led: red-D5, green-D10, blue-D9
// Led 13: D13
const byte ACCEL_X_PIN = A5;