Edit

Share via


GoPiGo.SpiWrite16(SpiMessageType, Int16) Method

Definition

Send a 16 bit value over SPI

public void SpiWrite16 (Iot.Device.GoPiGo3.Models.SpiMessageType MessageType, short Value);
member this.SpiWrite16 : Iot.Device.GoPiGo3.Models.SpiMessageType * int16 -> unit
Public Sub SpiWrite16 (MessageType As SpiMessageType, Value As Short)

Parameters

MessageType
SpiMessageType

The SPI message type

Value
Int16

The value to be sent

Applies to