Skip to content

Commit 347c62c

Browse files
committed
Update code.
1 parent 3e56c9d commit 347c62c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Adafruit_NeoSlider/CircuitPython_Rainbow_Slider

Adafruit_NeoSlider/CircuitPython_Rainbow_Slider/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ def potentiometer_to_color(value):
2121

2222

2323
while True:
24+
print(potentiometer.value)
2425
# Fill the pixels a color based on the position of the potentiometer.
2526
pixels.fill(colorwheel(potentiometer_to_color(potentiometer.value)))

0 commit comments

Comments
 (0)