Edit

Share via


GoPiGo.GetGroveValue(GrovePort) Method

Definition

Get a grove port value

public byte[] GetGroveValue (Iot.Device.GoPiGo3.Models.GrovePort port);
member this.GetGroveValue : Iot.Device.GoPiGo3.Models.GrovePort -> byte[]
Public Function GetGroveValue (port As GrovePort) As Byte()

Parameters

port
GrovePort

The Grove Port, one at the time Grove1 or Grove2

Returns

Byte[]

Returns a byte array containing the read data

Applies to