Device Class |
public class Device : Device
The Device type exposes the following members.
Name | Description | |
---|---|---|
![]() | Device | Constructor for a Digilent Pmod HYGRO Temperature and Humidity Sensor (HDC1080). |
Name | Description | |
---|---|---|
![]() | Celsius |
Read-only property returning the temperature in degrees Celsius.
(Inherited from Device) |
![]() | DeviceID |
Read-only property returning the device ID.
(Inherited from Device) |
![]() | Fahrenheit |
Read-only property returning the temperature in degrees Fahrenheit.
(Inherited from Device) |
![]() | Humidity |
Read-only property returning the percentage relative humidity.
(Inherited from Device) |
![]() | Kelvins |
Read-only property returning the temperature in Kelvins.
(Inherited from Device) |
![]() | ManufacturerID |
Read-only property returning the manufacturer ID.
(Inherited from Device) |
Name | Description | |
---|---|---|
![]() | Read |
Read from an HDC1080 device register.
(Inherited from Device) |
![]() | Write |
Write to an HDC1080 device register.
(Inherited from Device) |