Glovebox.IoT.Devices 1.0.6

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.6
                    
NuGet\Install-Package Glovebox.IoT.Devices -Version 1.0.6
                    
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.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Glovebox.IoT.Devices" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Glovebox.IoT.Devices" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Glovebox.IoT.Devices --version 1.0.6
                    
#r "nuget: Glovebox.IoT.Devices, 1.0.6"
                    
#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.
#addin nuget:?package=Glovebox.IoT.Devices&version=1.0.6
                    
Install Glovebox.IoT.Devices as a Cake Addin
#tool nuget:?package=Glovebox.IoT.Devices&version=1.0.6
                    
Install Glovebox.IoT.Devices as a Cake Tool

Windows 10 for IoT Devices

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

Sensors
-------
- BMP280, BMP180, BMP085 Air Temperature and Pressure
- 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)

**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.

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,475 5/12/2016
1.0.16 2,102 4/24/2016
1.0.15 2,382 11/25/2015
1.0.14 2,052 11/25/2015
1.0.12 2,063 11/25/2015
1.0.9 2,080 11/25/2015
1.0.8 2,026 11/25/2015
1.0.7 2,019 11/25/2015
1.0.6 2,128 11/25/2015
1.0.5 2,147 11/9/2015
1.0.4 1,830 11/9/2015
1.0.3 1,950 11/9/2015
1.0.2 1,886 11/9/2015
1.0.1 1,952 11/9/2015
1.0.0 2,796 10/29/2015

Update Log
     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