PiPower  ac0ff3c (Mon Feb 11 21:44:30 2019 -0500)
/home/travis/build/larsks/pipower/millis.h
Go to the documentation of this file.
1 
5 #ifndef _millis_h
6 #define _millis_h
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 void init_millis();
13 unsigned long millis();
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif // _millis_h
unsigned long millis()
Return milliseconds since mc boot.
Definition: millis.c:50
void init_millis()
Initialize the millis service.
Definition: millis.c:31