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:
@ -6,7 +6,8 @@
|
||||
*/
|
||||
|
||||
void setup() {
|
||||
// initialize the digital pin as an output:
|
||||
// initialize the digital pin as an output.
|
||||
// Pin 13 has an LED connected on most Arduino boards:
|
||||
pinMode(13, OUTPUT);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user