14.1.3 delay_ms
Perform delay in ms.
void delay_ms(
const uint16_t ms
)
This function performs delay for the given amount of milliseconds.
Parameters
- ms
-
Type: const uint16_t
The amount delay in ms
Returns
Type: void