pub async fn connect_to_hrtimer_async() -> Result<DeviceProxy>
Expand description
Connects to the high resolution timer device driver.
This function watches the hrtimer device directory and connects to the first available hrtimer device.
ยงReturns
A Result
containing a ffhh::DeviceProxy
on success, or an error if
the connection fails.