Lines Matching full:sensors
17 These APIs allow for a wider usage of sensors, sensor types, and data flows with
18 sensors. These are the future looking APIs in Zephyr and solve many issues
30 against many sensors simultaneously from a single call context.
32 This enables incredibly useful code flows when working with sensors such as:
36 * Starting a read for sensors directly from an interrupt handler. No dedicated
38 variable latency. Starting a read for multiple sensors simultaneously from a
42 * Creating entire pipelines of data flow from sensors allowing for software
43 defined virtual sensors (:ref:`sensing`) all from a single thread with DAG
80 Polling Read with Multiple Sensors
84 sensors with many channels in one thread. Effectively read requests are started
85 asynchronously for all sensors and their channels. When each read completes we
87 this might work with multiple temperature sensors with multiple temperature