You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you done the last part "cc -shared wiringPi.o -o libwiringPi.so" etc? Once you've done that you have the shared library objects so that the C# wrapper can link to them.
Please Help?
I have got to this point but do not know where to set this up? I got the Gordon's WiringPi working on my PI so my next question would be what next?
Simply install Gordon's WiringPi library on your Raspberry Pi and create the shared libraries as follows:
cc -shared wiringPi.o -o libwiringPi.so
cc -shared wiringPiI2C.o -o libwiringPiI2C.so
cc -shared wiringPiSPI.o -o libwiringPiSPI.so
The text was updated successfully, but these errors were encountered: