raspberry-sharp-system
raspberry-sharp-system copied to clipboard
A .NET/Mono Library for Raspberry Pi
I added everything necessary to correctly detect the Pi4. I needed this to work correctly for the Raspberry-Sharp-IO library, which I also updated to work correctly with the Pi4.
There is no processor defined for B3, it will throw when creating I2CDriver.
Why not ? Seems a good idea to me...
I think that the support for all current RPi revision codes is complete. I've tested on: - Pi Zero W - BCM2835 - Pi2 Model B - BCM2836 - Pi3...
Added support for BCM2835 for RPi 2 and 3
The README says: > See the [Raspberry# System Wiki](https://github.com/raspberry-sharp/raspberry-sharp-system/blob/master/raspberry-sharp-system/wiki) for full documentation and samples But the link leads to a 404 page.
I've got quite an early Raspberry Pi model B, and when I tried to use the raspberry-sharp-io library I got errors because it didn't know about my processor type. I've...
Processor detection seems a bit off on my zero, possibly because i'm running a newer/custom kernel?
Original code does not compile, the ModelExtensionMethods.GetDisplayName(board.Model) method call format is required.