Yes, that should be ok, however ideally you'd find one without the level converter on it. Normal Arduinos are 5v but the SD is 3.3v so you need conversion logic. However since Espruinos are 3.3v you don't need anything.
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.
Hi Matt,
Yes, that should be ok, however ideally you'd find one without the level converter on it. Normal Arduinos are 5v but the SD is 3.3v so you need conversion logic. However since Espruinos are 3.3v you don't need anything.
It's worth checking out: http://www.espruino.com/File+IO#wiring
A quick hack is just to use a simple micro SD -> SD adaptor and just to wire to the pins - you probably already have one kicking around somewhere!