FY

Dependents:   balance_all

Revision:
0:f2303a6884e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/millis.h	Wed May 16 10:26:07 2018 +0000
@@ -0,0 +1,7 @@
+#ifndef MILLIS_H
+#define MILLIS_H
+ 
+void           millisStart(void);
+unsigned long  millis(void);
+ 
+#endif
\ No newline at end of file