Thanks @allObjects, but since the day of the track race is already next Sunday there is not much time left to try something with external hardware.
@Gordon I tried to implemented Storage yesterday, but it gave me headaches.
Storage
EDIT: another error found. Don't put something like require('Storage').eraseAll() as first line in your code on upload... oh my.
require('Storage').eraseAll()
@ChristianW started
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.
Thanks @allObjects, but since the day of the track race is already next Sunday there is not much time left to try something with external hardware.
@Gordon I tried to implemented
Storage
yesterday, but it gave me headaches.EDIT: another error found. Don't put something like
require('Storage').eraseAll()
as first line in your code on upload... oh my.