Class SDCardSpiParameters
- Namespace
- nanoFramework.System.IO.FileSystem
- Assembly
- System.IO.FileSystem.dll
Parameter used for creating a SPI card instance.
public class SDCardSpiParameters
- Inheritance
-
SDCardSpiParameters
- Inherited Members
- Extension Methods
Constructors
SDCardSpiParameters()
public SDCardSpiParameters()
Fields
chipSelectPin
The chip select pin to use for SD Card.
public uint chipSelectPin
Field Value
slotIndex
The slot index to mount. Some devices can have more then 1 SD card slot
Defaults to 0.
Slot 0 will mount as drive D:\ , slot 1 = E:\ etc
public uint slotIndex
Field Value
spiBus
The SPI bus to use for SD Card.
public uint spiBus