GoPiGo.SpiWrite32(SpiMessageType, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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