Moved the grove light sensor into a generic light sensor sample. Replaced board specific node name for light sensor with an alias. Refactored project name to reflect generic light sensor. Signed-off-by: Dipak Shetty <shetty.dipak@gmx.com>
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
CONFIG_ADC=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
CONFIG_REQUIRES_FLOAT_PRINTF=y
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|