Added demo for Raspberry Pi PiFace board. Yesterday I was given the Swan Award in memory of Bill Swan from the BACnet committee and Siemens. They also gave me a Raspberry Pi and PiFace Digital in liu of the traditional alcohol.

This commit is contained in:
skarg
2014-06-29 20:35:05 +00:00
parent ebb2136ef3
commit 9499d1106e
4 changed files with 2280 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
# A script to download and build the libpifacedigital for PiFace
# The library is located at github.com/piface
# Since the PiFace library is GPLv3, we have to keep it separate.
git clone https://github.com/piface/libmcp23s17.git
git clone https://github.com/piface/libpifacedigital.git
# Build the library
make -C libmcp23s17
make -C libpifacedigital