async.h
async.h copied to clipboard
Refactor time functions to own source
The timer functionality is really useful and I'm using it in other sample programs myself. For effective code reuse, I refactored it out. Also, I added the async_sleep function.