mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Changed analog references to use new A0 through A5 notation
This commit is contained in:
@ -31,7 +31,7 @@ int index = 0; // the index of the current reading
|
||||
int total = 0; // the running total
|
||||
int average = 0; // the average
|
||||
|
||||
int inputPin = 0;
|
||||
int inputPin = A0;
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
Reference in New Issue
Block a user