Skip to content

updating vindie s2 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified variants/adafruit_vindie_s2/bootloader-tinyuf2.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions variants/adafruit_vindie_s2/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define BUILTIN_LED LED_BUILTIN // backward compatibility

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

static const uint8_t SDA = 41;
static const uint8_t SCL = 42;
static const uint8_t SDA = 11;
static const uint8_t SCL = 12;

// not broken out
static const uint8_t SS = 4;
static const uint8_t MOSI = 5;
static const uint8_t SCK = 6;
static const uint8_t MISO = 7;

static const uint8_t FAN = 33;
static const uint8_t FAN = 34;

#endif /* Pins_Arduino_h */
Binary file modified variants/adafruit_vindie_s2/tinyuf2.bin
Binary file not shown.