Clock: Add ability to convert from microseconds to kernel time
This functionality allows us to ask the kernel to schedule events based on a high resolution real-time clock. An example in main waits until the next second. |
---|
|
include/Clock.h |
---|
src/Clock.cpp |
---|
src/main.cpp |
---|