Using ADC Pi Plus with Mono
The ADC Pi is an Analogue to Digital converter for the Raspberry Pi
22/07/2016
Posted by:
nfhofmann
22/07/2016
Posted by:
andrew
I don't have any experience with using mono on the Raspberry Pi so I am afraid I do not know how you would integrate a c library into a c# application.
We do have a Windows 10 IOT version of the ADC Pi library that is written in C# which you may be able to modify to run under mono. You will need to make a few modifications as the library is designed to use the Windows 10 I2C classes, these will need to be replaced with a mono I2C library. After a bit of searching around google, I found a Raspberry Pi IO library that supports I2C so it should be possible to modify the ADC Pi library to use that instead for accessing the I2C bus.
The ADC Pi library uses a separate ABE_Helpers.cs class for accessing the I2C bus. If you can modify the four I2C read and write methods at the bottom of the class to use the mono I2C library instead then you should not need to do any other modifications on the ADC Pi library.
Note: documents in Portable Document Format (PDF) require Adobe Acrobat Reader 5.0 or higher to view.
Download Adobe Acrobat Reader or other PDF reading software for your computer or mobile device.