You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,10 @@ The following API is available if the BlueMicro_HID library in included in a ske
146
146
### bluemicro_hid.setBLEModel("BLE_Model");
147
147
### bluemicro_hid.setBLETxPower(4);
148
148
### bluemicro_hid.setHIDMessageDelay(10);
149
+
This function changes the internal delay that's used between HID messages when multiple messages are queued up and processed with a single `bluemicro_hid.processQueues` call.
0 commit comments