GoPiGo.SpiWrite24(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 24 bit value over SPI
public void SpiWrite24 (Iot.Device.GoPiGo3.Models.SpiMessageType MessageType, int Value);
member this.SpiWrite24 : Iot.Device.GoPiGo3.Models.SpiMessageType * int -> unit
Public Sub SpiWrite24 (MessageType As SpiMessageType, Value As Integer)
Parameters
- MessageType
- SpiMessageType
The SPI message type
- Value
- Int32
The value to be sent