From f1932dc4a3a1a8899d8603b9f6f1eff84274de29 Mon Sep 17 00:00:00 2001 From: smallsolar Date: Thu, 25 Apr 2024 16:51:19 +0000 Subject: [PATCH] Added link to adapted WiringPI Library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd88c3d..4cfd60d 100644 --- a/README.md +++ b/README.md @@ -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