Edit

Share via


SupportedMode.Spi Field

Definition

The pin can be used for SPI transfer (Clock, MOSI, MISO and default CS pin) For most Arduinos, MOSI=11, MISO=12 and Clock = 13. The default CS pin is 10.

Spi
public static Iot.Device.Arduino.SupportedMode Spi;
Spi = 12
 staticval mutable Spi : Iot.Device.Arduino.SupportedMode
Spi
Public Shared Spi As SupportedMode 

Field Value

Value = 12

Applies to