Hi!
Yes, you'll probably want to use the load() function.
load()
There's also the Bangle.load() function, eval() and require() - depending on how you want to go about it.
Bangle.load()
eval()
require()
@Ganblejs 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.
Hi!
Yes, you'll probably want to use the
load()
function.There's also the
Bangle.load()
function,eval()
andrequire()
- depending on how you want to go about it.