nuttx-apps/examples/amg88xx/Kconfig
Luchian Mihai 0a4c97ac09 examples/amg88xx: add example for amg88xx driver
Simple example for the amg88xx driver
2024-09-09 19:45:44 +08:00

25 lines
494 B
Plaintext

config EXAMPLES_AMG88XX
tristate "AMG88xx sensor example"
default n
---help---
Enable the AMG88xx sensor example
if EXAMPLES_AMG88XX
config EXAMPLES_AMG88XX_PROGNAME
string "Program name"
default "amg88xx"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.
config EXAMPLES_AMG88XX_PRIORITY
int "AMG88xx task priority"
default 100
config EXAMPLES_DHTXX_STACKSIZE
int "AMG88xx stack size"
default DEFAULT_TASK_STACKSIZE
endif