Allen C Kempe
Results
2
issues of
Allen C Kempe
The sketch provided defines PIN = 22. However, PIN 22 is th green LED on the back off the board next to the red power LED. What should PIN be...
V 4 has refactored sdspi_device_config_t to sdspi_slot_config_t These changes are necessary: ``` sdspi_slot_config_t slot_config = SDSPI_SLOT_CONFIG_DEFAULT(); //slot_config.gpio_cs = CONFIG_SDCARD_PIN_CS; //slot_config.host_id = VSPI_HOST; slot_config.gpio_miso = CONFIG_SDCARD_PIN_MISO; slot_config.gpio_mosi = CONFIG_SDCARD_PIN_MOSI; slot_config.gpio_sck =...