File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
4444
4545static const uint8_t SDA = 18 ;
4646static const uint8_t SCL = 19 ;
47- static const uint8_t LED_BUILTIN = 9 ;
47+ #define LED_BUILTIN 9
4848
4949static const uint8_t A0 = 14 ;
5050static const uint8_t A1 = 15 ;
Original file line number Diff line number Diff line change 101101
102102static const uint8_t SDA = 2 ;
103103static const uint8_t SCL = 3 ;
104- static const uint8_t LED_BUILTIN = 13 ;
104+ #define LED_BUILTIN 13
105105
106106// Map SPI port to 'new' pins D14..D17
107107static const uint8_t SS = 17 ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ static const uint8_t SCK = 52;
3939
4040static const uint8_t SDA = 20 ;
4141static const uint8_t SCL = 21 ;
42- static const uint8_t LED_BUILTIN = 13 ;
42+ #define LED_BUILTIN 13
4343
4444static const uint8_t A0 = 54 ;
4545static const uint8_t A1 = 55 ;
@@ -360,4 +360,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
360360
361361#endif
362362
363- #endif
363+ #endif
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ static const uint8_t SCK = 13;
4444
4545static const uint8_t SDA = 18 ;
4646static const uint8_t SCL = 19 ;
47- static const uint8_t LED_BUILTIN = 13 ;
47+ #define LED_BUILTIN 13
4848
4949static const uint8_t A0 = 14 ;
5050static const uint8_t A1 = 15 ;
You can’t perform that action at this time.
0 commit comments