docs: fix comment when turning off I2C power
This commit is contained in:
parent
b6a7df8c62
commit
24f3c70814
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ void disableInternalPower() {
|
|||
#endif
|
||||
|
||||
#if defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
|
||||
// turn on the I2C power by setting pin to rest state (off)
|
||||
// turn off the I2C power by setting pin to rest state (off)
|
||||
pinMode(PIN_I2C_POWER, INPUT);
|
||||
pinMode(NEOPIXEL_POWER, OUTPUT);
|
||||
digitalWrite(NEOPIXEL_POWER, LOW);
|
||||
|
|
|
|||
Loading…
Reference in a new issue