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 e3f5871 commit 6b63336Copy full SHA for 6b63336
1 file changed
docs/examples/potentiometer.py
@@ -1,7 +1,7 @@
1
# Potentiometer connected to GP26 (ADC0), GND and 3V
2
3
from time import sleep
4
-from pico import Pot
+from picozero import Pot
5
6
pot = Pot(26)
7
0 commit comments