cyboerg42/APA102-Raspberry-Pi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This code require the wiringPi Library to build and run! "hex.c" : (Display any 6 digit HTML Color Code) Build : gcc -Wall -o hex hex.c -lwiringPi Usage : ./hex HTML_COLOR_CODE (./hex FFFFFF) "pong.c" : (300x1 Pong - When you run it, you will see it) Build : gcc -Wall -o pong pong.c -lwiringPi Usage : ./pong "rblink.c" : (Just random "shit" to test your strip) Build : gcc -Wall -o rblink rblink.c -lwiringPi Usage : ./rblink