GoPiGo.SpiWrite32(SpiMessageType, Int32) Method

Definition

Send a 32 bit value over SPI

public void SpiWrite32 (Iot.Device.GoPiGo3.Models.SpiMessageType MessageType, int Value);
member this.SpiWrite32 : Iot.Device.GoPiGo3.Models.SpiMessageType * int -> unit
Public Sub SpiWrite32 (MessageType As SpiMessageType, Value As Integer)

Parameters

MessageType
SpiMessageType

The SPI message type

Value
Int32

The value to be sent

Applies to