https://github.com/bradleynull/rpi-light-reader
Application to read photocell sensor counts and illuminate LEDs based on the input using the Raspberry Pi.
https://github.com/bradleynull/rpi-light-reader
gpio led python raspberrypi rpi
Last synced: 2 months ago
JSON representation
Application to read photocell sensor counts and illuminate LEDs based on the input using the Raspberry Pi.
- Host: GitHub
- URL: https://github.com/bradleynull/rpi-light-reader
- Owner: bradleynull
- License: gpl-3.0
- Created: 2016-01-24T16:43:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T17:14:31.000Z (over 8 years ago)
- Last Synced: 2025-01-26T18:25:11.710Z (over 1 year ago)
- Topics: gpio, led, python, raspberrypi, rpi
- Language: Python
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple application that demonstrates how to sample a light diode
through the Raspberry Pi's GPIO pins and use it to control 3 LEDs. The more
light that is in the room, the less LEDs will illuminate and vice versa.
Written 2013 Bradley Null