2018-09-01 15:49:06 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_DHTXX
|
2019-10-06 14:14:39 +02:00
|
|
|
tristate "Dhtxx sensor example"
|
2018-09-01 15:49:06 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the dhtxx sensor example
|
|
|
|
|
|
|
|
if EXAMPLES_DHTXX
|
|
|
|
|
|
|
|
config EXAMPLES_DHTXX_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "dhtxx"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2018-09-01 15:49:06 +02:00
|
|
|
program is installed.
|
|
|
|
|
2021-06-14 11:18:11 +02:00
|
|
|
config EXAMPLES_DHTXX_DEVPATH
|
|
|
|
string "Device path"
|
|
|
|
default "/dev/hum0"
|
|
|
|
---help---
|
|
|
|
The device path
|
|
|
|
|
2018-09-01 15:49:06 +02:00
|
|
|
config EXAMPLES_DHTXX_PRIORITY
|
|
|
|
int "Dhtxx task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config EXAMPLES_DHTXX_STACKSIZE
|
|
|
|
int "Dhtxx stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2018-09-01 15:49:06 +02:00
|
|
|
|
|
|
|
endif
|