Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrewhaine/rpi-led-projects-python

Raspberry PI LED projects written in Python
https://github.com/andrewhaine/rpi-led-projects-python

Last synced: 20 days ago
JSON representation

Raspberry PI LED projects written in Python

Awesome Lists containing this project

README

        

# Raspberry Pi LED projects
Some basic scripts for interacting with an LED through the Raspberry Pi's GPIO pins.

Most of these projects use the [gpiozero library](https://github.com/gpiozero).

## Running
You can simply run these projects using the `python` binary, for example:

```
$ python projects/onOff.py
```

## Projects
| Project | Description |
| ---------------------- | ----------- |
| [onOff.py](/projects/onOff.py) | Simple on/off LED |