C# (CSharp) Porrey.Uwp.IoT.Sensors Namespace

Nested Namespaces

Porrey.Uwp.IoT.Sensors.I2C
Porrey.Uwp.IoT.Sensors.Models

Classes

Name Description
AlreadyInitializedException Indicates that the SPI sensor has already been initialized and cannot be initialized again.
Channel
DeviceId Defines the structure from identifying the MCP9808
DeviceNotFoundException
DeviceSensorReading Defines a structure for a device reading.
Htu21df
I2c
I2cException
IDeviceSensorReadingExtensions Defines extensions for a IDeviceSensorReading instance.
Mcp3008 Defines an interface to the MCP3008 ADC via the SPI interface.
Mcp3008.Channels Defines all available channels on the MCP3008.
Mcp3008Reading Contains the values read from a channel on the MCP3008.
Mcp9808
Mcp9808Address Defines the address for a MC9808.
Mcp9808ConfigurationBit Defines the configuration bits for the MCP9808.
Mcp9808Exception Abstract definition for a MCP9808 exception.
Mcp9808Register Defines the register locations for the MCP9808.
NotInitializedException Indicates that the SPI sensor has not been initialized or it was disposed after being initialized.
SI1145 Enables direct access to the Adafruit SI1145 breakout board. This library was ported from the Adafruit Arduino library.
Spi Defines an intergration point to the SPI interface.
SpiException