Fixed device object compile errors and added IPv6 recipes for blinkt and piface (#841)

This commit is contained in:
Steve Karg
2024-10-31 14:16:47 -05:00
committed by GitHub
parent 7b6a0923f0
commit 6d9cff2312
8 changed files with 120 additions and 35 deletions
+2 -2
View File
@@ -5,12 +5,12 @@
if [ ! -d "libmcp23s17" ]
then
git clone git@github.com:piface/libmcp23s17.git
git clone https://github.com/piface/libmcp23s17.git
fi
if [ ! -d "libpifacedigital" ]
then
git clone git@github.com:piface/libpifacedigital.git
git clone https://github.com:piface/libpifacedigital.git
fi
# Build the library