Use use trace() - if you want to dig down into something specific then use trace(your_variable).
trace()
trace(your_variable)
trace(global["\xFF"]) is probably the stuff you really care about.
trace(global["\xFF"])
@Gordon 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.
Use use
trace()
- if you want to dig down into something specific then usetrace(your_variable)
.trace(global["\xFF"])
is probably the stuff you really care about.