Skip to content

Commit e85a46b

Browse files
authored
Merge pull request #112 from ulrichformann/patch-1
Correct import
2 parents e3f5871 + 6b63336 commit e85a46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/potentiometer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Potentiometer connected to GP26 (ADC0), GND and 3V
22

33
from time import sleep
4-
from pico import Pot
4+
from picozero import Pot
55

66
pot = Pot(26)
77

0 commit comments

Comments
 (0)