Skip to content

Commit 8b81057

Browse files
committed
Fix typo in pigoiod import
1 parent 4471082 commit 8b81057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpiozero/devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
pin_factory = RPIOPin
4444
except ImportError:
4545
try:
46-
from .pins.pigipod import PiGPIOPin
46+
from .pins.pigpiod import PiGPIOPin
4747
pin_factory = PiGPIOPin
4848
except ImportError:
4949
from .pins.native import NativePin

0 commit comments

Comments
 (0)