fix neopx, add new copyright date
This commit is contained in:
parent
d7a715512d
commit
a34f856b7d
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue