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