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