Skip to content

Robotonics/IoTHelpers

 
 

Repository files navigation

IoT Helpers

Windows 10 IoT Core IoT Helpers

This library allows to easily interact with GPIO, I2C and SPI in Windows 10 IoT Core with boards like Raspberry Pi 2 and MinnowBoard Max.

Installation

The IoTHelpers library is available on NuGet. Just search IoTHelpers in the Package Manager GUI or run the following command in the Package Manager Console:

Install-Package IoTHelpers

At this moment, the NuGet package contains the ARM version only, so if you want to use the library with MinnowBoard Max, you should fork the GitHub project and use the source code directly.

Usage

Refer to the project documentation to find examples about how to use this library. You can also find some code samples in the Samples folder.

About

This library allows to easily interact with GPIO, I2C and SPI devices in Windows 10 IoT Core with boards like Raspberry Pi 2 and MinnowBoard Max.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • C# 41.6%
  • C++ 2.0%
  • Other 0.5%