added setMillis() definition
Fork of millis by
Diff: millis.h
- Revision:
- 1:7ba60599f9c4
- Parent:
- 0:736e6cc31bcd
--- a/millis.h Fri Oct 31 08:06:55 2014 +0000 +++ b/millis.h Tue Jun 21 04:14:30 2016 +0000 @@ -38,4 +38,6 @@ void startMillis (); -void stopMillis (); \ No newline at end of file +void stopMillis (); + +void setMillis (uint32_t theValue); \ No newline at end of file