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 e3f5871 + 6b63336 commit e85a46bCopy full SHA for e85a46b
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