forked from xuos/xiuos
29 lines
808 B
Plaintext
29 lines
808 B
Plaintext
|
|
config SENSOR_HS300X
|
|
bool "Using HS300x"
|
|
default n
|
|
|
|
if SENSOR_HS300X
|
|
config SENSOR_DEVICE_HS300X
|
|
string "HS300x sensor name"
|
|
default "hs300x_1"
|
|
|
|
config SENSOR_QUANTITY_HS300X_HUMIDITY
|
|
string "HS300x quantity name"
|
|
default "humidity_1"
|
|
|
|
if ADD_XIUOS_FETURES
|
|
config SENSOR_DEVICE_HS300X_DEV
|
|
string "HS300x device name"
|
|
default "/dev/i2c1_dev0"
|
|
endif
|
|
|
|
if ADD_NUTTX_FETURES
|
|
|
|
endif
|
|
|
|
if ADD_RTTHREAD_FETURES
|
|
|
|
endif
|
|
endif
|