Added link to adapted WiringPI Library
This commit is contained in:
parent
a97b920373
commit
f1932dc4a3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue