Added a fix to include -lcrypt for people who can't do it themselves.

Added gpio readall support for the Pi 0W.
This commit is contained in:
Gordon Henderson
2017-03-01 11:55:19 +00:00
parent 70fa99a127
commit e8da87fbac
11 changed files with 154 additions and 25 deletions

14
build
View File

@@ -160,13 +160,13 @@ fi
$sudo make install
check_make_ok
echo
echo "wiringPi Daemon"
cd ../wiringPiD
make -j5
check_make_ok
$sudo make install
check_make_ok
# echo
# echo "wiringPi Daemon"
# cd ../wiringPiD
# make -j5
# check_make_ok
# $sudo make install
# check_make_ok
# echo
# echo "Examples"