DEV Community

Cover image for #JulyOT 08: .NET nanoFramework GPIO, I2C, SPI and other IO support
Jim Bennett for Microsoft Azure

Posted on • Originally published at julyot.dev on

#JulyOT 08: .NET nanoFramework GPIO, I2C, SPI and other IO support

GPIO, I2C, SPI, PWM, ADC, DAC, Serial and more!

.NET nanoFramework has support for GPIO, I2C, SPI, PWM, ADC, DAC, Serial, 1-Wire. Also the API are aligned with .NET IoT making it easy for code reuse between development on a Raspberry Pi with .NET 6.0 and an MCU running .NET nanoFramework.

A comparison on how to reuse code and the differences between .NET IoT and .NET nanoFramework is available here.

There are dedicated classes with detailed documentation and samples for each of them:

Top comments (0)