Skip to content

Commit 2909bef

Browse files
authored
Merge pull request #2944 from pohlt/patch-2
docs: fix comment when turning off I2C power
2 parents dc09f0d + 24f3c70 commit 2909bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_ESP32_Arduino_Demos/ESP32_sleeptest/ESP32_sleeptest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ void disableInternalPower() {
9393
#endif
9494

9595
#if defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
96-
// turn on the I2C power by setting pin to rest state (off)
96+
// turn off the I2C power by setting pin to rest state (off)
9797
pinMode(PIN_I2C_POWER, INPUT);
9898
pinMode(NEOPIXEL_POWER, OUTPUT);
9999
digitalWrite(NEOPIXEL_POWER, LOW);

0 commit comments

Comments
 (0)