I2c bus for .Net Micro Framework written in VB and C#

I am working on a project that requires a least 2 i2c devices.

I posted the i2c bus for .Net Micro Framework written in VB and C#.

The class libraries for 24LC256 EEprom devices and SS1306 OLED

devices written in VB and C# are included in the posted project.

The code is here: https://github.com/Dweaver309/i2cBus

That’s pretty cool. Not sure if you’re aware, but Netduino.Foundation already includes an SS1306 driver, as well as an I2C bus abstraction and more: http://netduino.foundation/Library/Displays/SSD1306/

2 Likes

Good morning Bryan,

The foundation is awesome I hope it will lead to educators using this platform so more people

will learn and use Net Micro Framework. I wrote the code above because I am developing a

very large app with many web pages etc…

I have to save all the bytes I can.

Thanks for all you are doing to create a great platform.

1 Like