1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-18 10:22:18 +03:00

Changed LED_BUILTIN to a macro to better support boards that do not have a built-in LED.

Fixes #758
This commit is contained in:
Cristian Maglie
2013-11-03 18:10:22 +01:00
parent 350eb86dca
commit 9b519f2fbc
4 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
static const uint8_t SDA = 18;
static const uint8_t SCL = 19;
static const uint8_t LED_BUILTIN = 13;
#define LED_BUILTIN 13
static const uint8_t A0 = 14;
static const uint8_t A1 = 15;