Port timer driver from older syndicate/rkt implementation

This commit is contained in:
Tony Garnock-Jones 2021-06-09 23:08:06 +02:00
parent 8cbe2475e3
commit 201f5433e1
1 changed files with 7 additions and 0 deletions

7
timer.prs Normal file
View File

@ -0,0 +1,7 @@
version 1 .
SetTimer = <set-timer @label any @msecs double @kind TimerKind>.
TimerExpired = <timer-expired @label any @msecs double>.
TimerKind = =relative / =absolute / =clear .
LaterThan = <later-than @msecs double>.