1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03: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

@ -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;