Glovebox.IoT.Devices 1.0.1

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.1
                    
NuGet\Install-Package Glovebox.IoT.Devices -Version 1.0.1
                    
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.1" />
                    
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.1" />
                    
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.1
                    
#r "nuget: Glovebox.IoT.Devices, 1.0.1"
                    
#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.1
                    
Install Glovebox.IoT.Devices as a Cake Addin
#tool nuget:?package=Glovebox.IoT.Devices&version=1.0.1
                    
Install Glovebox.IoT.Devices as a Cake Tool

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,325 5/12/2016
1.0.16 2,033 4/24/2016
1.0.15 2,311 11/25/2015
1.0.14 1,980 11/25/2015
1.0.12 1,992 11/25/2015
1.0.9 2,009 11/25/2015
1.0.8 1,956 11/25/2015
1.0.7 1,949 11/25/2015
1.0.6 2,056 11/25/2015
1.0.5 2,076 11/9/2015
1.0.4 1,758 11/9/2015
1.0.3 1,879 11/9/2015
1.0.2 1,815 11/9/2015
1.0.1 1,881 11/9/2015
1.0.0 2,614 10/29/2015

Update Log

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