Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 691 Bytes

Examples showing RPi.GPIO and gpiozero libraries

Examples showing how to turn on an LED using the gpiozero library and RPi.GPIO libraries

Installation

RPi.GPIO and gpiozero should already be installed by default on a base installation of Raspbian. But for some reason, you don't have gpiozero installed, install it with the following command:

sudo apt install python3-gpiozero

Video

Click the image below to watch the video tutorial

URL

Check out the tutorial at https://www.easyprogramming.net/raspberrypi/gpiozero_rpigpio_led.php