7 lines
93 B
C
7 lines
93 B
C
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
void timerInit();
|
|
unsigned long millis();
|
|
|
|
#endif // TIMER_H
|