forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/sensor: sht3xd: implement single shot mode
For now there is only periodic data acquisition mode implemented. This mode is quite power consuming. Based on datasheet in idle state in periodic data acquisition mode SHT3X consumes 45uA but in single shot mode 0.2uA. For many applications where power consumption has to be kept as low as possible single shot mode is the only choice. Tester on custom board NRF52832 + SHT31-DIS. Signed-off-by: Michał Oleszczyk <[email protected]>
- Loading branch information
1 parent
1593de9
commit da4d00e
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters