Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup help? #14

Open
muellerweiss opened this issue Jun 19, 2018 · 1 comment
Open

Setup help? #14

muellerweiss opened this issue Jun 19, 2018 · 1 comment

Comments

@muellerweiss
Copy link

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

@danriches
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants