I had asked a question on another topic about the difference between
device.thread:call_with_delay
and driver:call_with_delay
- is there a preference that one should use in drivers to avoid any conflicts/blocking? Is there any difference between them?
Also I can’t find in the documentation how many oneshot timers (call_with_delay) and how many recurring timers (call_on_schedule) can a driver create?