This repository contains resources related to the How To Use Buttons With Your Raspberry Pi article published on WoolseyWorkshop.com.
A Python program that turns on an LED when a button is pressed on a Raspberry Pi using the RPi.GPIO library.
A Python program that toggles the blink rate of an LED when a button is pressed on a Raspberry Pi using the RPi.GPIO library.
A Python program that turns on an LED when a button is pressed on a Raspberry Pi using the GPIO Zero library.
A Python program that toggles the blink rate of an LED when a button is pressed on a Raspberry Pi using the GPIO Zero library.
A Python program that turns on an LED when a button is pressed on a Raspberry Pi using the Blinka (CircuitPython) library.
A Python program that toggles the blink rate of an LED when a button is pressed on a Raspberry Pi using the Blinka (CircuitPython) library.
A C program that turns on an LED when a button is pressed on a Raspberry Pi using the pigpio library.
A C program that toggles the blink rate of an LED when a button is pressed on a Raspberry Pi using the pigpio library.
A C++ program that turns on an LED when a button is pressed on a Raspberry Pi using the pigpio library.
A C++ program that toggles the blink rate of an LED when a button is pressed on a Raspberry Pi using the pigpio library.