We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189c23b commit 88027a1Copy full SHA for 88027a1
Adafruit_ESP32_Arduino_Demos/ESP32_sleeptest/ESP32_sleeptest.ino
@@ -9,7 +9,7 @@
9
//#define ADAFRUIT_FEATHER_ESP32_V2
10
11
// then these pins will be defined for us
12
-#if defined(ADAFRUIT_FEATHER_ESP32_V2)
+#if defined(ADAFRUIT_FEATHER_ESP32_V2) or defined(ARDUINO_ADAFRUIT_ITSYBITSY_ESP32)
13
#define PIN_NEOPIXEL 0
14
#define NEOPIXEL_I2C_POWER 2
15
#endif
0 commit comments