Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewhaine/rpi-led-projects-python
- Owner: AndrewHaine
- Created: 2024-07-08T19:43:27.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T20:24:07.000Z (6 months ago)
- Last Synced: 2024-07-09T00:43:08.559Z (6 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |