Delay routines. More...
#include "delay.h"#include "watchdog.h"Functions | |
| void | delay (uint32_t delay) |
| delay microseconds | |
| void | delay_ms (uint32_t delay) |
| delay milliseconds | |
| void | delayMicrosecondsInterruptible (uint16_t us) |
| internal- wait for up to 65.5ms using a busy loop | |
Delay routines.
| void delay | ( | uint32_t | delay ) |
delay microseconds
| delay | time to wait in microseconds |
| void delay_ms | ( | uint32_t | delay ) |
delay milliseconds
| delay | time to wait in milliseconds |
| void delayMicrosecondsInterruptible | ( | uint16_t | us ) |
internal- wait for up to 65.5ms using a busy loop
| us | time to wait in microseconds |
1.7.2