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 9bf7790 + 23afe08 commit 0d0436bCopy full SHA for 0d0436b
ports/esp32s2/common-hal/neopixel_write/__init__.c
@@ -125,4 +125,6 @@ void common_hal_neopixel_write (const digitalio_digitalinout_obj_t* digitalinout
125
126
// Free channel again
127
esp32s2_peripherals_free_rmt(config.channel);
128
+ // Swap pin back to GPIO mode
129
+ gpio_set_direction(digitalinout->pin->number, GPIO_MODE_OUTPUT);
130
}
0 commit comments