Delay routines. More...
#include "delay.h"
#include <stdint.h>
#include "config.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 | ) |
void delay_ms | ( | uint32_t | delay | ) |
delay milliseconds
delay | time to wait in milliseconds |
Referenced by process_gcode_command().
void delayMicrosecondsInterruptible | ( | uint16_t | us | ) |
internal- wait for up to 65.5ms using a busy loop
us | time to wait in microseconds |
Referenced by delay(), and delay_ms().