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" Include dependency graph for sdcard_spi_params.h:
 Include dependency graph for sdcard_spi_params.h:Go to the source code of this file.
| Variables | |
| static const sdcard_spi_params_t | sdcard_spi_params [] | 
| sdcard_spi configuration | |
| 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 | |
| #define SDCARD_SPI_PARAM_CLK (ARDUINO_PIN_76) | 
Definition at line 37 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_CS (ARDUINO_PIN_4) | 
Definition at line 34 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_MISO (ARDUINO_PIN_74) | 
Definition at line 43 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_MOSI (ARDUINO_PIN_75) | 
Definition at line 40 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_POWER (GPIO_UNDEF) | 
Definition at line 46 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_POWER_AH (true) | 
treated as 'don't care' if SDCARD_SPI_PARAM_POWER is GPIO_UNDEF
Definition at line 50 of file sdcard_spi_params.h.
| #define SDCARD_SPI_PARAM_SPI (SPI_DEV(0)) | 
Definition at line 31 of file sdcard_spi_params.h.
| 
 | static | 
sdcard_spi configuration
Definition at line 57 of file sdcard_spi_params.h.