Yes - instead of "\x10Bluetooth.println(E.getTemperature())\n" just do "\x10Bluetooth.println(yourfunction())\n"
"\x10Bluetooth.println(E.getTemperature())\n"
"\x10Bluetooth.println(yourfunction())\n"
It's all basically just the same as I'd explained earlier when you were trying with Python
@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.
Yes - instead of
"\x10Bluetooth.println(E.getTemperature())\n"
just do"\x10Bluetooth.println(yourfunction())\n"
It's all basically just the same as I'd explained earlier when you were trying with Python