Table of Contents

Class SDCard.SDCardSpiParameters

Namespace
nanoFramework.System.IO.FileSystem
Assembly
System.IO.FileSystem.dll

Parameter used for creating a SPI card instance.

public class SDCard.SDCardSpiParameters
Inheritance
SDCard.SDCardSpiParameters
Inherited Members
Extension Methods

Constructors

SDCardSpiParameters()

public SDCardSpiParameters()

Fields

cardDetectPin

The optional card detect GPIO pin which must be set to a valid pin if EnableCardDetectPin is true. If defined a StorageEventManager event will be raised when a card is inserted or removed.

public uint cardDetectPin

Field Value

uint

chipSelectPin

The chip select pin to use for SD Card.

public uint chipSelectPin

Field Value

uint

enableCardDetectPin

Set true when an Card Detect Pin is used. The cardDetectPin parameter must have a valid GPIO pin.

public bool enableCardDetectPin

Field Value

bool

Remarks

Not all SD Card modules have a card detect pin or the pin connected to a GPIO pin.

spiBus

The SPI bus to use for SD Card.

public uint spiBus

Field Value

uint