Click or drag to resize

Device Class

Encapsulates the Seeed Studio Grove Temperature Sensor (thermistor).
Inheritance Hierarchy
SystemObject
  IO.Devices.Grove.TemperatureDevice

Namespace: IO.Devices.Grove.Temperature
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device : Sensor

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a Seeed Studio Grove Temperature Sensor (thermistor).
Top
Properties
 NameDescription
Public propertyCelsius Read-only property returning the temperature in degrees Celsius.
Public propertyFahrenheit Read-only property returning the temperature in degrees Fahrenheit.
Public propertyKelvins Read-only property returning the temperature in Kelvins.
Top
See Also