completed clock class

This commit is contained in:
2018-11-22 14:17:39 +01:00
parent e5d96c0e84
commit e192e78d47
3 changed files with 59 additions and 17 deletions

View File

@ -25,6 +25,7 @@ public:
~clock();
uint32_t getTime(); //time in sec since boot
struct time_t getTime(struct time_t pTime); //time in sec since time stamp
struct time_t getTimeStamp(); // returns a timestamp
};