Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Example for callback functions

Python

Example uses python library gpiozero.
Python script might use daemon of pigpio, therefore start daemon pigpiod:
(Enable daemon pigpiod to start automatically at system start.)

$ sudo systemctl start pigpiod
$ sudo systemctl enable pigpiod
$ python3 led-callback.py

LICENSE

See the LICENSE file for license rights and limitations.