Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/sensor: lps22hh: Enable fetching individual sensor channels
Add the possibility to fetch specific sensor channels independently, either pressure data with SENSOR_CHAN_PRESS or temperature data with SENSOR_CHAN_AMBIENT_TEMP. Additionally, the option to fetch both channels simultaneously remains available using SENSOR_CHAN_ALL, thus not breaking any samples. (cherry picked from commit 61536c1) Original-Signed-off-by: Chris Braissant <chrisbraissant@gmail.com> GitOrigin-RevId: 61536c1 Change-Id: Ic245b5bc3264358162f979b925645b223d721378 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5597077 Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information