Skip to content

Small pin updates for MatrixPortal S3 #8521

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 10 commits into from
Aug 29, 2023
7 changes: 6 additions & 1 deletion variants/adafruit_matrixportal_esp32s3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@

#define LED_BUILTIN 13

#define PIN_NEOPIXEL 33
#define PIN_NEOPIXEL 4
#define NEOPIXEL_PIN 4
#define NEOPIXEL_NUM 1
#define PIN_LIGHTSENSOR A5

#define PIN_BUTTON_UP 6
#define PIN_BUTTON_DOWN 7

static const uint8_t TX = 18;
static const uint8_t RX = 8;
Expand Down