Is the SDIO interface to the SD card implemented? All I've been able to find on the site is discussion/code/modules for the SPI interface to an SD card.
If it is implemented, how do I access it? I while I can determine the pins on the STM32 the SDIO card reader is connected to, I don't know what Espruino calls to make (or module to load, if any) to set up with those pins and access the card.
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.
Is the SDIO interface to the SD card implemented? All I've been able to find on the site is discussion/code/modules for the SPI interface to an SD card.
If it is implemented, how do I access it? I while I can determine the pins on the STM32 the SDIO card reader is connected to, I don't know what Espruino calls to make (or module to load, if any) to set up with those pins and access the card.