Timeout driver for event at absolute time
Dependents: demo_TimeoutAbs i2c_lora_slave
Timeout driver for generating event at absolute time, i.e. alarm at 12:00PM instead of alarm in 5 minutes.
This is the same concept as TIMER_ABSTIME in clock_nanosleep().
The purpose is to remove dependency on when attach()
is called, so the event occurs at correct time regardless of any latency in calling attach()
.
This driver doesnt add any functionality over mbed-os library; it only skips the call to ticker_read_us()
in Ticker::setup()
, which just changes a relative time to absolute time.
example use here.
History
ifdef for header multiple inclusion
2018-12-07, by Wayne Roberts [Fri, 07 Dec 2018 17:49:32 -0800] rev 1
ifdef for header multiple inclusion
initial commit
2018-11-26, by Wayne Roberts [Mon, 26 Nov 2018 14:22:55 -0800] rev 0
initial commit