This project is a .NET Core implementation of the control library for the ThunderBorg controller for the PiBorg: https://www.piborg.org/ The core of this project stems from a Mono implemention written by mshmelv called RPi.I2C.Net: https://github.com/mshmelev/RPi.I2C.Net The library leverages the C library libnativei2c.so, and this gentlemen has some really good information located here and here
The .NET Core 3.1 (at the time of this writing) runtime engine is available from Microsoft. Installation is done using the steps located at Microsoft's website: https://docs.microsoft.com/en-us/dotnet/iot/deployment
The NuGet package is available with the command
Install-Package ThunderSharpLibrary
This .md is part of the project, and will be updated as time goes on.
Special thanks to the following repos and repo owners:
- https://github.com/piborg
- https://github.com/mshmelev/RPi.I2C.Net
- https://github.com/unosquare/raspberryio (and others in their domain)
Special thanks to: