Display_Avr_3/main_sketch/timer.h
2024-02-22 10:36:10 +03:00

7 lines
93 B
C

#ifndef TIMER_H
#define TIMER_H
void timerInit();
unsigned long millis();
#endif // TIMER_H