Modbus_1_Deva4ki/timer.h

7 lines
106 B
C

#ifndef TIMER_H
#define TIMER_H
void setup_timer();
unsigned long get_millis();
#endif /*TIMER_H*/