Neat! I hope you're handy with a soldering iron then :)
It's frustrating about the pin swapping - it's something I wanted to do originally (hence the capacitive sense in the KickStarter) but the reboot just didn't seem worth the hassle.
Also, that example uses nrf_nvmc_write_word which implies that it's flash memory? If so you'll need require("Flash")
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.
Neat! I hope you're handy with a soldering iron then :)
It's frustrating about the pin swapping - it's something I wanted to do originally (hence the capacitive sense in the KickStarter) but the reboot just didn't seem worth the hassle.
Also, that example uses
nrf_nvmc_write_word
which implies that it's flash memory? If so you'll needrequire("Flash")