SD card configuration for the Arduino SD card shields. More...
SD card configuration for the Arduino SD card shields.
Definition in file sdcard_spi_params.h.
#include "arduino_pinmap.h"
Go to the source code of this file.
Variables | |
static const sdcard_spi_params_t | sdcard_spi_params [] |
sdcard_spi configuration More... | |
Default configuration for the sdcard_spi driver | |
#define | SDCARD_SPI_PARAM_SPI (SPI_DEV(0)) |
#define | SDCARD_SPI_PARAM_CS (ARDUINO_PIN_4) |
#define | SDCARD_SPI_PARAM_CLK (ARDUINO_PIN_76) |
#define | SDCARD_SPI_PARAM_MOSI (ARDUINO_PIN_75) |
#define | SDCARD_SPI_PARAM_MISO (ARDUINO_PIN_74) |
#define | SDCARD_SPI_PARAM_POWER (GPIO_UNDEF) |
#define | SDCARD_SPI_PARAM_POWER_AH (true) |
treated as 'don't care' if SDCARD_SPI_PARAM_POWER is GPIO_UNDEF | |
|
static |
sdcard_spi configuration
Definition at line 61 of file sdcard_spi_params.h.