8 lines
103 B
C
8 lines
103 B
C
#ifndef _MILLIS_H_
|
|
#define _MILLIS_H_
|
|
|
|
#define TICK_PER_SEC 1000UL
|
|
unsigned long millis(void);
|
|
|
|
#endif
|