Glovebox.IoT.Devices 1.0.17

dotnet add package Glovebox.IoT.Devices --version 1.0.17
NuGet\Install-Package Glovebox.IoT.Devices -Version 1.0.17
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.17" />
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.17
#r "nuget: Glovebox.IoT.Devices, 1.0.17"
#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.17

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

Windows 10 for IoT Devices

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

Sensors
-------
- BMP280, BME280, BMP180, BMP085 Air Temperature, Pressure, and Humidity
- MCP970X Range of analog temperature sensors - MCP9700A, MCP9701A, MCP9701AE
- HCSR04 and Infrared Distance sensors
- 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)

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.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

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,055 5/12/2016
1.0.16 1,913 4/24/2016
1.0.15 2,184 11/25/2015
1.0.14 1,855 11/25/2015
1.0.12 1,875 11/25/2015
1.0.9 1,870 11/25/2015
1.0.8 1,815 11/25/2015
1.0.7 1,831 11/25/2015
1.0.6 1,940 11/25/2015
1.0.5 1,955 11/9/2015
1.0.4 1,640 11/9/2015
1.0.3 1,754 11/9/2015
1.0.2 1,697 11/9/2015
1.0.1 1,754 11/9/2015
1.0.0 2,347 10/29/2015

Update Log
     1.0.17: Update to the BME280 and BMP280 constructors to allow passing in I2C address
     1.0.16: Added BME280 Temperature, Humidity and Air Pressure Sensor.  Update for Pimoroni Explorer Pro Hat
     1.0.15: Added max distance constructor and method for hc-sr04 distance sensor
     1.0.8 - 1.0.14 Nuget Packaging issues
     1.0.7: Nuget Package fix
     1.0.6: Updated HCSR04 ultrasonic distance sensor with a timeout
     1.0.3 - 1.0.5 Nuget Packaging issues
     1.0.2: misnamed BMP180 constructor
     1.0.1: Added BMP180 and BMP085 Air temperature and pressure sensors
     1.0.0: Initial release