GoPiGo.SpiRead8(SpiMessageType) Method

Definition

Read a 8 bit value over SPI

public byte SpiRead8 (Iot.Device.GoPiGo3.Models.SpiMessageType MessageType);
member this.SpiRead8 : Iot.Device.GoPiGo3.Models.SpiMessageType -> byte
Public Function SpiRead8 (MessageType As SpiMessageType) As Byte

Parameters

MessageType
SpiMessageType

The SPI message type

Returns

Returns the value read

Applies to