Click or drag to resize

Device Class

Encapsulate the Digilent Pmod HYGRO Temperature and Humidity Sensor (HDC1080).
Inheritance Hierarchy
SystemObject
  IO.Devices.HDC1080Device
    IO.Devices.Pmod.HYGRODevice

Namespace: IO.Devices.Pmod.HYGRO
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device : Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a Digilent Pmod HYGRO Temperature and Humidity Sensor (HDC1080).
Top
Properties
 NameDescription
Public propertyCelsius Read-only property returning the temperature in degrees Celsius.
(Inherited from Device)
Public propertyDeviceID Read-only property returning the device ID.
(Inherited from Device)
Public propertyFahrenheit Read-only property returning the temperature in degrees Fahrenheit.
(Inherited from Device)
Public propertyHumidity Read-only property returning the percentage relative humidity.
(Inherited from Device)
Public propertyKelvins Read-only property returning the temperature in Kelvins.
(Inherited from Device)
Public propertyManufacturerID Read-only property returning the manufacturer ID.
(Inherited from Device)
Top
Methods
 NameDescription
Public methodRead Read from an HDC1080 device register.
(Inherited from Device)
Public methodWrite Write to an HDC1080 device register.
(Inherited from Device)
Top
See Also