Click or drag to resize

Device Constructor

Constructor for a Seeed Studio Grove Temperature Sensor (thermistor).

Namespace: IO.Devices.Grove.Temperature
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public Device(
	Voltage Vin,
	double Vcc = 3.3
)

Parameters

Vin  Voltage
Voltage input object.
Vcc  Double  (Optional)
Reference voltage.
See Also