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 0a0b727 commit d25c695Copy full SHA for d25c695
micropython/examples/pico_enviro/enviro_all.py
@@ -189,7 +189,7 @@ def draw_hist(results_array):
189
time.sleep(0.5)
190
191
while True:
192
- # turn off the backlight with A and turn it back on with B
+ # turn on the backlight with A and turn it back off with B
193
# switch between sensor and equaliser mode with X and Y
194
if button_a.is_pressed:
195
display.set_backlight(BRIGHTNESS)
0 commit comments