Please see Errata for corrections and clarifications to the content and code found in the published book.
requirements.txt
- Python dependencies required for this chapter
led_gpiozero.py
- Flashing a LED using GPIOZero
led_pigpio.py
- Flashing a LED using PiGPIO
button_gpiozero.py
- Responding to a button using GPIOZero
button_pigpio.py
- Responding to a button using PiGPIO
dweet_led.py
- Controlling a LED over the Internet using dweet.io
dweet_button.py
- Creating a dweet using a push button
pigpio_led_class.py
- PiGPIO class wrapper example