DaveBerkeley/panglos

Add a time (tick) related library

Closed this issue · 1 comments

Timer rollover is a common cause of bugs.

Having a common library to compare times avoids these bugs.

Eg.

if (panglos::time_elapsed(start, period)) { // action ...