mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix typo in pigoiod import
This commit is contained in:
@@ -43,7 +43,7 @@ except ImportError:
|
||||
pin_factory = RPIOPin
|
||||
except ImportError:
|
||||
try:
|
||||
from .pins.pigipod import PiGPIOPin
|
||||
from .pins.pigpiod import PiGPIOPin
|
||||
pin_factory = PiGPIOPin
|
||||
except ImportError:
|
||||
from .pins.native import NativePin
|
||||
|
||||
Reference in New Issue
Block a user