Skip to content

Instantly share code, notes, and snippets.

View JohnTasler's full-sized avatar

John Tasler JohnTasler

View GitHub Profile
@JohnTasler
JohnTasler / System.Device.Gpio.Proposal3.md
Last active October 20, 2018 02:13
Api Proposal for System.Device.Gpio Round 3

System.Device.LowLevel Proposal

The goal of this API is to allow .NET Core developers to access low-level hardware controllers on IoT devices such as Raspberry Pi, Hummingboard, Odroid, DragonBoard, etc. This will allow applications to read/write data from/to sensors, LED's, motors, and other kinds of peripherals connected to such a device. This API should support the most common low-level device protocols, including General Purpose IO (GPIO) pins, serial communication protocols like SPI and I2C, Pulse Width Modulation (PWM), and Analog-to-Digital Converters (ADC).

Namespaces