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