We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ee87b commit a40827dCopy full SHA for a40827d
libs/bluetooth/jswrap_bluetooth.c
@@ -2994,8 +2994,9 @@ void jswrap_nfc_send(JsVar *payload) {
2994
],
2995
"typescript" : "sendHIDReport(data: number[], callback?: () => void): void"
2996
}
2997
-Send a USB HID report. HID must first be enabled with `NRF.setServices({}, {hid:
2998
-hid_report})`
+Send a USB HID report. HID must first be enabled with `NRF.setServices({}, {hid: hid_report})`
+
2999
+See https://www.espruino.com/BLE+Keyboard for some libraries that use `NRF.sendHIDReport` internally.
3000
*/
3001
void jswrap_ble_sendHIDReport(JsVar *data, JsVar *callback) {
3002
#if BLE_HIDS_ENABLED
0 commit comments