Added in the PiGlow devLib extension driver.

Written some examples for the PiGlow board
bumped wiringPi version
This commit is contained in:
Gordon Henderson
2013-07-24 15:14:09 +01:00
parent cbf6d642b5
commit e25cbc0a62
7 changed files with 263 additions and 30 deletions

2
build
View File

@@ -27,6 +27,8 @@ if [ x$1 = "xclean" ]; then
echo -n "PiFace: " ; make clean
cd ../q2w
echo -n "Quick2Wire: " ; make clean
cd ../PiGlow
echo -n "PiGlow: " ; make clean
exit
fi