1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

fix d1_mini board.

This commit is contained in:
wemos
2015-12-27 14:36:22 +08:00
parent 7e0f83951b
commit 16244c5dfd
2 changed files with 76 additions and 75 deletions

View File

@ -55,10 +55,10 @@ static const uint8_t D5 = 14;
static const uint8_t D6 = 12;
static const uint8_t D7 = 13;
static const uint8_t D8 = 15;
static const uint8_t D9 = 3;
static const uint8_t D10 = 1;
static const uint8_t RX = 3;
static const uint8_t TX = 1;
static const uint8_t D13 = 2;
// These serial port names are intended to allow libraries and architecture-neutral
// sketches to automatically default to the correct port name for a particular type