GoPiGo.SpiWrite8(SpiMessageType, Byte) Method

Definition

Send a 8 bit value over SPI

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

Parameters

MessageType
SpiMessageType

The SPI message type

Value
Byte

The value to be sent

Applies to