@@ -15,26 +15,26 @@ static const uint8_t PIN_NEOPIXEL = 18;
15
15
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
16
16
#define RGB_BRIGHTNESS 64
17
17
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
20
20
21
21
#define TX1 TX
22
22
#define RX1 RX
23
23
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
26
26
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
28
28
static 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
31
31
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
33
33
34
34
// internal switch
35
35
static const uint8_t BUTTON = 0 ;
36
36
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
39
39
40
40
#endif /* Pins_Arduino_h */
0 commit comments