danriches / WiringPi.Net

A simple C# wrapper for Gordon's WiringPi library.
46 stars 32 forks source link

WiringPi.net examples needed. #6

Open uma5b3 opened 9 years ago

uma5b3 commented 9 years ago

Hi i appreciate your efforts, i need to use wiring pi library in my .net console application. could you please send me any links which will show how to use this library. Thank you.

pmeloy commented 6 years ago

I'm with you. This looks very interesting and I'm attempting to get it working with any of my I2C devices but the only examples I can find are for c++ and the regular wiringPi. That wouldn't be a problem but they've done strange (to a non c++er) things like structs with pointers and functions assigned which I can't begin to suss out.

I'd be glad to contribute a few examples - like BMP180/280, SSD1306, MPL115, and ADS1115 but I just can't figure out how to use the I2C in this properly.