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:
@ -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;
|
||||
|
Reference in New Issue
Block a user