bleTimeFromMs (Function) |
Top Previous Next |
This helper function converts a time interval provided in milliseconds to the number of 0.625ms Bluetooth ticks it corresponds to.
Input: v : INT The time interval in milliseconds to convert.
Returns: INT The time interval in Bluetooth ticks.
Declaration: FUNCTION bleTimeFromMs : INT;
Example: ... |