AnalogInputPin.ReadVoltage Method

Definition

Read a raw value and convert it to a voltage

public virtual UnitsNet.ElectricPotential ReadVoltage ();
abstract member ReadVoltage : unit -> UnitsNet.ElectricPotential
override this.ReadVoltage : unit -> UnitsNet.ElectricPotential
Public Overridable Function ReadVoltage () As ElectricPotential

Returns

UnitsNet.ElectricPotential

Reads a new value from the input and converts it to a voltage. For many boards, the VoltageReference needs to be correctly set for this to work.

Applies to