sdcard_spi device params More...
sdcard_spi device params
Definition at line 174 of file sdcard_spi.h.
#include <sdcard_spi.h>
Data Fields | |
| spi_t | spi_dev | 
| SPI bus used.  | |
| gpio_t | cs | 
| pin connected to the DAT3 sd pad  | |
| gpio_t | clk | 
| pin connected to the CLK sd pad  | |
| gpio_t | mosi | 
| pin connected to the CMD sd pad  | |
| gpio_t | miso | 
| pin connected to the DAT0 sd pad  | |
| gpio_t | power | 
| pin that controls sd power circuit  | |
| bool | power_act_high | 
| true if card power is enabled by 'power'-pin HIGH  | |