#ifndef TIMER_H
#define TIMER_H

void timerInit();
unsigned long millis();

#endif // TIMER_H