mirror of
https://github.com/apache/nuttx.git
synced 2026-09-28 03:09:13 +08:00
Added LM92 temperature sensor.
This commit is contained in:
@@ -79,6 +79,13 @@ config LM75
|
||||
This should also work with compatible temperature sensors such as
|
||||
the TI TMP100/101.
|
||||
|
||||
config LM92
|
||||
bool "TI LM92 Temperature Sensor support"
|
||||
default n
|
||||
select I2C
|
||||
---help---
|
||||
Enable driver support for the TI LM92 Temperature Sensor.
|
||||
|
||||
config QENCODER
|
||||
bool "Qencoder"
|
||||
default n
|
||||
|
||||
@@ -60,6 +60,10 @@ endif
|
||||
ifeq ($(CONFIG_I2C_LM75),y)
|
||||
CSRCS += lm75.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LM92),y)
|
||||
CSRCS += lm92.c
|
||||
endif
|
||||
endif # CONFIG_I2C
|
||||
|
||||
# These drivers depend on SPI support
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user