Files
seer/tests/hellosimavr/millis.h
T

20 lines
198 B
C

/**
* \file millis.h
*/
#ifndef _millis_h
#define _millis_h
#ifdef __cplusplus
extern "C" {
#endif
void init_millis();
unsigned long millis();
#ifdef __cplusplus
}
#endif
#endif // _millis_h