• 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.

About

Avatar for FuzzyBumble @FuzzyBumble started