File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
variants/adafruit_vindie_s2 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
#define BUILTIN_LED LED_BUILTIN // backward compatibility
15
15
16
16
// Neopixel
17
- #define PIN_NEOPIXEL 26
17
+ #define PIN_NEOPIXEL 33
18
18
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API neopixelWrite() and digitalWrite() for blinking
19
19
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
20
20
#define RGB_BRIGHTNESS 64
@@ -28,15 +28,15 @@ static const uint8_t RX = 21;
28
28
#define TX1 TX
29
29
#define RX1 RX
30
30
31
- static const uint8_t SDA = 41 ;
32
- static const uint8_t SCL = 42 ;
31
+ static const uint8_t SDA = 11 ;
32
+ static const uint8_t SCL = 12 ;
33
33
34
34
// not broken out
35
35
static const uint8_t SS = 4 ;
36
36
static const uint8_t MOSI = 5 ;
37
37
static const uint8_t SCK = 6 ;
38
38
static const uint8_t MISO = 7 ;
39
39
40
- static const uint8_t FAN = 33 ;
40
+ static const uint8_t FAN = 34 ;
41
41
42
42
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments