fix neopx, add new copyright date

This commit is contained in:
brentru 2022-04-15 14:51:28 -04:00
parent d7a715512d
commit a34f856b7d
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
// Please support Adafruit and open source hardware by purchasing
// products from Adafruit!
//
// Brent Rubell for Adafruit Industries, 2021
// Brent Rubell for Adafruit Industries, 2021-2022
//
// All text above must be included in any redistribution.

View file

@ -52,7 +52,8 @@ bool Wippersnapper::statusLEDInit() {
pinMode(NEOPIXEL_POWER, OUTPUT);
#if defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) || \
defined(ARDUINO_ADAFRUIT_QTPY_ESP32S2) || \
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT)
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT) || \
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM)
digitalWrite(NEOPIXEL_POWER, HIGH);
#else
digitalWrite(NEOPIXEL_POWER, LOW);