Edit

Share via


GoPiGo.GetGroveAnalog(GrovePort) Method

Definition

Get a grove input pin 12-bit raw ADC reading

public int GetGroveAnalog (Iot.Device.GoPiGo3.Models.GrovePort port);
member this.GetGroveAnalog : Iot.Device.GoPiGo3.Models.GrovePort -> int
Public Function GetGroveAnalog (port As GrovePort) As Integer

Parameters

port
GrovePort

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

Returns

Returns the analogic read

Applies to