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.
2 parents dc09f0d + 24f3c70 commit 2909befCopy full SHA for 2909bef
Adafruit_ESP32_Arduino_Demos/ESP32_sleeptest/ESP32_sleeptest.ino
@@ -93,7 +93,7 @@ void disableInternalPower() {
93
#endif
94
95
#if defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
96
- // turn on the I2C power by setting pin to rest state (off)
+ // turn off the I2C power by setting pin to rest state (off)
97
pinMode(PIN_I2C_POWER, INPUT);
98
pinMode(NEOPIXEL_POWER, OUTPUT);
99
digitalWrite(NEOPIXEL_POWER, LOW);
0 commit comments