Skip to content

AlexKR/getting-started-with-gpio-zero

 
 

Repository files navigation

Getting Started With GPIO Zero

The bank of pins along one side of the Raspberry Pi are called General-Purpose Input/Output (GPIO) pins.

These pins allow the Raspberry Pi to control things in the real world. You can connect components to these pins: output devices like LEDs (light emitting diodes) which can be turned on and off at will; or input devices like a button or sensor which can be used to trigger events, such as turning on an LED when a button is pressed.

With the GPIO Zero library, you can easily control the Raspberry Pi's GPIO pins.

Licence

Unless otherwise specified, everything in this repository is covered by the following licence:

Creative Commons License

Getting Started With GPIO Zero by the Raspberry Pi Foundation is licenced under a Creative Commons Attribution 4.0 International License.

Based on a work at https://github.com/raspberrypilearning/getting-started-with-gpio-zero

About

A resource to teach the fundamentals of the GPIO Zero library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published