Skip to content

Commit

Permalink
updated docs for delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jpconstantineau committed Jul 29, 2022
1 parent b46558a commit 72502f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ The following API is available if the BlueMicro_HID library in included in a ske
### bluemicro_hid.setBLEModel("BLE_Model");
### bluemicro_hid.setBLETxPower(4);
### bluemicro_hid.setHIDMessageDelay(10);
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.

Default value is `10` for 10 msec.

### bluemicro_hid.setUSBPollInterval(2);
### bluemicro_hid.setUSBStringDescriptor("USB_Descriptor");
## bluemicro_hid.begin();
Expand Down

0 comments on commit 72502f0

Please sign in to comment.