-
Notifications
You must be signed in to change notification settings - Fork 25
Functions
Allison edited this page Apr 8, 2018
·
18 revisions
For detailed information about each function, see the Function Definitions page.
-
Basic GPIO:
GPIO.setmode()
GPIO.getmode()
GPIO.gpio_function()
GPIO.setwarnings()
GPIO.setup()
GPIO.output()
GPIO.input()
GPIO.cleanup()
-
PWM Output:
-
GPIO.PWM()
start()
stop()
ChangeFrequency()
ChangeDutyCycle()
-
-
Interrupts:
GPIO.wait_for_edge()
GPIO.event_detected()
GPIO.add_event_detect()
GPIO.add_event_callback()
GPIO.remove_event_detect()