Skip to content

andrewktan/topsnight-raspi-led

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build:
connect LEDs to from pins 11, 12, 13, 15, 16, and 18
to any of the ground pins 6, 9, 14, 20 or 25

To run (currently only tested on Raspbian "wheezy"):

1. Make sure you have essential build tools installed:
sudo apt-get install build-essential

2. Make sure you have the wiringPi library installed: http://wiringpi.com/

3. Build the programs:
make

4. Run the programs (as root):
sudo ./fadeall

About

Code for a raspberry-pi based LED fader thingy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.9%
  • Other 27.1%