Click or drag to resize

Voltage Interface

Abstract interface for ADC inputs returning a floating point voltage value.

Namespace: IO.Interfaces.ADC
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public interface Voltage

The Voltage type exposes the following members.

Properties
 NameDescription
Public propertyvoltage Read-only property returning a floating point analog voltage value.
Top
See Also