I had the following config:
'SD' : { 'pin_cs' : 'A8', 'pin_di' : 'B15', 'pin_do' : 'B14', 'pin_clk' : 'B13' }
The platform_config.h defines are looking good as well:
#define SD_CS_PIN 8/* A8 / #define SD_DI_PIN 30/ B15 / #define SD_DO_PIN 29/ B14 / #define SD_CLK_PIN 28/ B13 */ #define SD_SPI EV_SPI2
@net-tobi started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I had the following config:
The platform_config.h defines are looking good as well:
#define SD_CS_PIN 8/* A8 /
#define SD_DI_PIN 30/ B15 /
#define SD_DO_PIN 29/ B14 /
#define SD_CLK_PIN 28/ B13 */
#define SD_SPI EV_SPI2