Yes, if it's not coming back your best bet is to use the debugger (or to add loads of jsiConsolePrint statements).
If you're up for it, the ideal solution would be to use jshSPISetup and jshSPISend functions though - and then filesystem would work on any platform that normal SPI was supported on.
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.
Yes, if it's not coming back your best bet is to use the debugger (or to add loads of jsiConsolePrint statements).
If you're up for it, the ideal solution would be to use
jshSPISetup
andjshSPISend
functions though - and then filesystem would work on any platform that normal SPI was supported on.