forked from xuos/xiuos
add sensor framework
This commit is contained in:
18
APP_Framework/Framework/sensor/humidity/Kconfig
Normal file
18
APP_Framework/Framework/sensor/humidity/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
config PERCEPTION_HS300X
|
||||
bool "Using HS300x"
|
||||
default n
|
||||
|
||||
if PERCEPTION_HS300X
|
||||
config SENSOR_DEVICE_HS300X
|
||||
string "HS300x sensor name"
|
||||
default "hs300x_1"
|
||||
|
||||
config SENSOR_QUANTITY_HS300X_HUMIDITY
|
||||
string "HS300x quantity name"
|
||||
default "humidity_1"
|
||||
|
||||
config SENSOR_DEVICE_HS300X_DEV
|
||||
string "HS300x device name"
|
||||
default "/dev/i2c1_dev0"
|
||||
endif
|
||||
Reference in New Issue
Block a user