@Gordon can this even work on microbit? the sendHIDReport https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.c#L2471 is marked "ifdef" : "NRF52_SERIES" and the https://www.espruino.com/modules/ble_hid_keyboard.js uses it.
"ifdef" : "NRF52_SERIES"
@fanoush 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.
@Gordon can this even work on microbit? the sendHIDReport https://github.com/espruino/Espruino/blob/master/libs/bluetooth/jswrap_bluetooth.c#L2471 is marked
"ifdef" : "NRF52_SERIES"
and the https://www.espruino.com/modules/ble_hid_keyboard.js uses it.