btw, I tried the code you suggested to make the puck an HID device, and I got an error:
>var controls = require("ble_hid_controls");
Uncaught Error: Module ble_hid_controls not found
at line 1 col 42
var controls = require("ble_hid_controls");
I don't know if I need to do something first to make that module available.
I'm using the Windows executable version of the Espruino IDE, if that makes a difference.
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.
btw, I tried the code you suggested to make the puck an HID device, and I got an error:
I don't know if I need to do something first to make that module available.
I'm using the Windows executable version of the Espruino IDE, if that makes a difference.