@@ -15,26 +15,26 @@ static const uint8_t PIN_NEOPIXEL = 18;
1515#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
1616#define RGB_BRIGHTNESS 64
1717
18- static const uint8_t TX = 25 ; // not broken out, defined to fix compilation
19- static const uint8_t RX = 26 ; // not broken out, defined to fix compilation
18+ static const uint8_t TX = 25 ; // not broken out, defined to fix compilation
19+ static const uint8_t RX = 26 ; // not broken out, defined to fix compilation
2020
2121#define TX1 TX
2222#define RX1 RX
2323
24- static const uint8_t SDA = 13 ; // not broken out, defined to fix compilation
25- static const uint8_t SCL = 15 ; // not broken out, defined to fix compilation
24+ static const uint8_t SDA = 13 ; // not broken out, defined to fix compilation
25+ static const uint8_t SCL = 15 ; // not broken out, defined to fix compilation
2626
27- static const uint8_t SS = 19 ; // not broken out, defined to fix compilation
27+ static const uint8_t SS = 19 ; // not broken out, defined to fix compilation
2828static const uint8_t MOSI = 21 ; // output to drive dotstars
29- static const uint8_t SCK = 22 ; // output to drive dotstars
30- static const uint8_t MISO = 23 ; // not broken out, defined to fix compilation
29+ static const uint8_t SCK = 22 ; // output to drive dotstars
30+ static const uint8_t MISO = 23 ; // not broken out, defined to fix compilation
3131
32- static const uint8_t A0 = 2 ; // not broken out, defined to fix compilation
32+ static const uint8_t A0 = 2 ; // not broken out, defined to fix compilation
3333
3434// internal switch
3535static const uint8_t BUTTON = 0 ;
3636
37- static const uint8_t DAC1 = 25 ; // not broken out, defined to fix compilation
38- static const uint8_t DAC2 = 26 ; // not broken out, defined to fix compilation
37+ static const uint8_t DAC1 = 25 ; // not broken out, defined to fix compilation
38+ static const uint8_t DAC2 = 26 ; // not broken out, defined to fix compilation
3939
4040#endif /* Pins_Arduino_h */
0 commit comments