Closed johnstaveley closed 3 years ago
We are looking for a new maintainer, apply at https://adoptoposs.org/p/9f5b74b9-04f2-42b6-891f-c5294c9ef1c5
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am trying to write the following code: using Unosquare.RaspberryIO; using Unosquare.RaspberryIO.Gpio;
It fails on the second line with the error message:
The type or namespace name 'Gpio' does not exist in the namespace 'Unosquare.RaspberryIO' (are you missing an assembly reference?)
I have added the following packages:
Please can you update your documentation at https://github.com/unosquare/raspberryio to indicate what I need to install to get past this error?