GoPiGo.GetGroveVoltage(GrovePort) Method

Definition

Get a grove input pin analog voltage

public double GetGroveVoltage (Iot.Device.GoPiGo3.Models.GrovePort port);
member this.GetGroveVoltage : Iot.Device.GoPiGo3.Models.GrovePort -> double
Public Function GetGroveVoltage (port As GrovePort) As Double

Parameters

port
GrovePort

The Grove Pin, one at the time Grove1Pin1, Grove1Pin2, Grove2Pin1 or Grove2Pin2

Returns

Returns the voltage in V

Applies to