mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Fix #180 - Add support for pigpio
This commit is contained in:
@@ -156,6 +156,13 @@ class NativePin(Pin):
|
||||
use any class which requests PWM will raise an exception. This
|
||||
implementation is also experimental; we make no guarantees it will
|
||||
not eat your Pi for breakfast!
|
||||
|
||||
You can construct native pin instances manually like so::
|
||||
|
||||
from gpiozero.pins.native import NativePin
|
||||
from gpiozero import LED
|
||||
|
||||
led = LED(NativePin(12))
|
||||
"""
|
||||
|
||||
_MEM = None
|
||||
|
||||
Reference in New Issue
Block a user