Small pin updates for MatrixPortal S3 (#8521)

* Add MatrixPortal ESP32-S3 (WIP)

* Update bootloader files, etc.

* Add MatrixPortal S3 PSRAM setup to boards.txt

* fix neopixel pin

---------

Co-authored-by: Phillip Burgess <paintyourdragon@dslextreme.com>
This commit is contained in:
Limor "Ladyada" Fried 2023-08-29 06:52:46 -04:00 committed by GitHub
parent de04fb23f1
commit f197150d77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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