Skip to content
Jared Bienz [MSFT] edited this page Sep 30, 2015 · 3 revisions

The Microsoft.IoT.Devices library was created to make it easy to add support for sensors and other components to Windows 10 IoT Core. This wiki explains how the library works and how developers can extend the library to add support for their own devices.

Extend

Microsoft.IoT.Devices was designed from the ground up to be extensible, making it easy for you to add support for your own devices. To get started, see Building a Custom Library.

Clone this wiki locally