1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

boards: Invent One: fix analog pin (#5741)

fix #5740
This commit is contained in:
david gauchard 2019-02-08 12:37:44 +01:00 committed by GitHub
parent c08efb52fb
commit 82487e5d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@ static const uint8_t D8 = 12;
static const uint8_t D9 = 16; static const uint8_t D9 = 16;
static const uint8_t RX = 3; static const uint8_t RX = 3;
static const uint8_t TX = 1; static const uint8_t TX = 1;
static const uint8_t A0 = 0;
#define PIN_A0 0
/*Analog pins for Onboard ADC*/ /*Analog pins for Onboard ADC*/
static const uint8_t A1 = 1; static const uint8_t A1 = 1;
static const uint8_t A2 = 2; static const uint8_t A2 = 2;