Glovebox.IoT.Devices 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Glovebox.IoT.Devices --version 1.0.2
NuGet\Install-Package Glovebox.IoT.Devices -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Glovebox.IoT.Devices" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Glovebox.IoT.Devices --version 1.0.2
#r "nuget: Glovebox.IoT.Devices, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Glovebox.IoT.Devices as a Cake Addin
#addin nuget:?package=Glovebox.IoT.Devices&version=1.0.2

// Install Glovebox.IoT.Devices as a Cake Tool
#tool nuget:?package=Glovebox.IoT.Devices&version=1.0.2

Windows 10 for IoT Devices

     ADC/Convertors - IAdcControllerProvider Interface Compliant
     --------------
     - ADS1015
     - MCP3002

     Sensors
     -------
     - BMP280, BMP180, BMP085 Air Temperature and Pressure
     - MCP970X Range of analog temperature sensors - MCP9700A, MCP9701A, MCP9701AE
     - LDR Light Dependent Resistor

     Actuators
     ---------
     - LED On Off and Blink support
     - Motor Class for use with an H-Bridge.  Supports Stop, Forward, Backward, Stop
     - Relay - On Off support
     - Generalised GPIO Output control - On off support

     HATs
     ----
     Explorer Hat Pro (https://shop.pimoroni.com/products/explorer-hat).  Pin definitions, on board LEDs, ADS1015 ADC, H-Brigde/Motor (Capacitive touch yet to be implemented)

     **NOTE** As at Oct 29, 2015 to use the complete functionality of the Explorer Hat Pro then you need to be running the Windows 10 Insider Preview (build 10.0.10556) available from https://ms-iot.github.io/content/en-US/Downloads.htm

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.17 3,011 5/12/2016
1.0.16 1,874 4/24/2016
1.0.15 2,146 11/25/2015
1.0.14 1,823 11/25/2015
1.0.12 1,843 11/25/2015
1.0.9 1,832 11/25/2015
1.0.8 1,790 11/25/2015
1.0.7 1,819 11/25/2015
1.0.6 1,900 11/25/2015
1.0.5 1,919 11/9/2015
1.0.4 1,606 11/9/2015
1.0.3 1,719 11/9/2015
1.0.2 1,670 11/9/2015
1.0.1 1,713 11/9/2015
1.0.0 2,311 10/29/2015

Update Log

1.0.2: misnamed BMP180 constructor
1.0.1: Added BMP180 and BMP085 Air temperature and pressure sensors
1.0.0: Initial release