Use nrf52_pca20020 and nrf51_ble400 to demonstrate the new functionality of the CCS811 driver. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
13 lines
255 B
Plaintext
13 lines
255 B
Plaintext
#
|
|
# Copyright (c) 2018 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_CCS811=y
|
|
#CONFIG_CCS811_DRIVE_MODE_2=y
|
|
#CONFIG_CCS811_TRIGGER_GLOBAL_THREAD=y
|
|
#CONFIG_CCS811_TRIGGER_OWN_THREAD=y
|