Skip to content

Commit 72502f0

Browse files
updated docs for delay
1 parent b46558a commit 72502f0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ The following API is available if the BlueMicro_HID library in included in a ske
146146
### bluemicro_hid.setBLEModel("BLE_Model");
147147
### bluemicro_hid.setBLETxPower(4);
148148
### 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.
150+
151+
Default value is `10` for 10 msec.
152+
149153
### bluemicro_hid.setUSBPollInterval(2);
150154
### bluemicro_hid.setUSBStringDescriptor("USB_Descriptor");
151155
## bluemicro_hid.begin();

0 commit comments

Comments
 (0)