Bulinlinbu

Results 5 comments of Bulinlinbu

Fixed adding "Bcm2835" in Processor.cs

So do I It seems that "Driver" is null GeneralPurpose > GpioConnection.cs line 488 : `Driver.Allocate(configuration.Pin, configuration.Direction);`

OK, il think the problem is from Raspberry.System API, it doesn't reconize the CPU of this version of PI. If I do this : `Raspberry.Board.Current.IsRaspberryPi; // False` See this request...

Right, it works for me. First : in Raspberry.System librairy, add the BCM2835 CPU see this post : [https://github.com/raspberry-sharp/raspberry-sharp-system/issues/6](https://github.com/raspberry-sharp/raspberry-sharp-system/issues/6) Next : In Raspberry.IO.GeneralPurpose, edit the function : In GpioConnectionDriver.cs line...