Skip to content

Commit 6762333

Browse files
authored
Merge pull request #20 from BlitzCityDIY/master
updating vindie s2
2 parents 7e4826f + 31b9860 commit 6762333

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Binary file not shown.

variants/adafruit_vindie_s2/pins_arduino.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1515

1616
// Neopixel
17-
#define PIN_NEOPIXEL 26
17+
#define PIN_NEOPIXEL 33
1818
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API neopixelWrite() and digitalWrite() for blinking
1919
#define RGB_BUILTIN (PIN_NEOPIXEL + SOC_GPIO_PIN_COUNT)
2020
#define RGB_BRIGHTNESS 64
@@ -28,15 +28,15 @@ static const uint8_t RX = 21;
2828
#define TX1 TX
2929
#define RX1 RX
3030

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;
3333

3434
// not broken out
3535
static const uint8_t SS = 4;
3636
static const uint8_t MOSI = 5;
3737
static const uint8_t SCK = 6;
3838
static const uint8_t MISO = 7;
3939

40-
static const uint8_t FAN = 33;
40+
static const uint8_t FAN = 34;
4141

4242
#endif /* Pins_Arduino_h */
16 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)