#ifndef TIMER_H #define TIMER_H #include void timerStart (const uint32_t t); uint32_t timerHit (); void timerStop (); #endif /* TIMER_H */