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
{{ message }}
This repository was archived by the owner on Oct 12, 2018. It is now read-only.
Like it says, cloning the GPIOTool results in the WiringPi.Net folder being empty. I remove that from the solution and add in a clone of the current WiringPi.Net repo, add a reference to it, and end up with these errors when building
Severity Code Description Project File Line Suppression State
Error CS0426 The type name 'PinsStateChangedEventArgs' does not exist in the type 'PinWatcher' GpioTool E:\VS2015 Projects\GPIOTool\GpioReader\MainScreen.cs 263 Active
Error CS0123 No overload for 'PinsStateUpdate' matches delegate 'PinsStateChangedEventHandler' GpioTool E:\VS2015 Projects\GPIOTool\GpioReader\MainScreen.cs 238 Active
Error CS0123 No overload for 'PinsStateUpdate' matches delegate 'PinsStateChangedEventHandler' GpioTool E:\VS2015 Projects\GPIOTool\GpioReader\MainScreen.cs 259 Active
Warning CS0067 The event 'FakePinWatcher.PinsStateChanged' is never used WiringPi.NET E:\VS2015 Projects\WiringPi.NET\Fake\FakePinWatcher.cs 10 Active