Libraries: Time in microseconds (µs) since 01/01/1970

 

Time in microseconds (µs) since 01/01/1970:

Simple class for getting the number of milliseconds(µs) elapsed since January 1, 1970

Time in microseconds (µs) since 01/01/1970

Author: Nikolai Semko

 
Works like a charm. :)
 
Glancing at your header file: doesn't the instantiation of the class get stuck in the while loop?
 
Flying Dutchman #:
Glancing at your header file: doesn't the instantiation of the class get stuck in the while loop?

gets stuck for a maximum of 1 second, and on average for half a second. Otherwise, you won't catch the moment when a new second begins.