commit | 08f163cdf6c23e25a1b6a76d1ed13c792d536542 | [log] [tgz] |
---|---|---|
author | Rodrigo Peixoto <rodrigopex@gmail.com> | Sat Feb 03 09:17:00 2024 -0300 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Feb 12 13:36:57 2024 +0100 |
tree | 1a75d60671f441398d4e7ec49c95c8ea22ccb8f2 | |
parent | 575eb123e907f7f70ac64c6de72b1282a2590bc1 [diff] |
doc: zbus: improve sensor-based illustration example The sensor-based illustration example did not consider the HLP feature and used the work queue to publish to the Trigger channel. With the HLP, that is not necessary anymore. The timer ISR can publish to the channel directly. So, this commit improves the example description by considering the HLP feature. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>