There shouldn't be any big differences - you've got all the wiring correct?
The only gotcha with that example is that you have to type save() on the left-hand side after uploading to save the code into flash memory and call the init event. (or you can do E.emit('init')) if you don't want to do that.
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.
There shouldn't be any big differences - you've got all the wiring correct?
The only gotcha with that example is that you have to type
save()
on the left-hand side after uploading to save the code into flash memory and call theinit
event. (or you can doE.emit('init')
) if you don't want to do that.