delay_init — initializes the delay module.
#include <delay.h>
void delay_init (
)
void
no arguments
Initializes the delay module. Should be invoked before any other function in the delay module is invoked.
The Delay module internally initializes and uses the Timer module.