Added link to adapted WiringPI Library

This commit is contained in:
smallsolar 2024-04-25 16:51:19 +00:00
parent a97b920373
commit f1932dc4a3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Use WiringPI for NanoPi to monitor a single GPIO which is attached to the output
## Setting up WiringPI
My NanoPi Neo isn't supported by the WiringPI library I found so I had to edit `wiringPi/boardtype_friendlyelec.c` which I've included, you'll then need to recompile the library with the change.
My NanoPi Neo isn't supported by the WiringPI library I found so I had to edit `wiringPi/boardtype_friendlyelec.c` which I've included, you'll then need to recompile the library with the change. For a full repo see here: https://git.solarcene.community/smallsolar/WiringNP
## Compiling