drivers: sensor: add ti tmp108 driver support
Adding support for the TI TMP108 temperature sensor. This includes over/under temp interrupt support as well as one shot, continuous conversion and power down modes. Signed-off-by: Jimmy Johnson <catch22@fastmail.net>
This commit is contained in:
parent
d170079815
commit
5c28b218fa
11 changed files with 690 additions and 0 deletions
|
@ -216,6 +216,8 @@ source "drivers/sensor/th02/Kconfig"
|
|||
|
||||
source "drivers/sensor/tmp007/Kconfig"
|
||||
|
||||
source "drivers/sensor/tmp108/Kconfig"
|
||||
|
||||
source "drivers/sensor/tmp112/Kconfig"
|
||||
|
||||
source "drivers/sensor/tmp116/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue