We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e56c9d commit 347c62cCopy full SHA for 347c62c
1 file changed
Adafruit_NeoSlider/CircuitPython_Rainbow_Slider/code.py
@@ -21,5 +21,6 @@ def potentiometer_to_color(value):
21
22
23
while True:
24
+ print(potentiometer.value)
25
# Fill the pixels a color based on the position of the potentiometer.
26
pixels.fill(colorwheel(potentiometer_to_color(potentiometer.value)))
0 commit comments