From 999b246fd2ac9e9042039e0bf95528bb8986cd7e Mon Sep 17 00:00:00 2001 From: Antonio Lignan Date: Sat, 14 Jan 2017 22:53:28 +0100 Subject: [PATCH] Explicitly specify light sensor model in example --- examples/zolertia/zoul/project-conf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/zolertia/zoul/project-conf.h b/examples/zolertia/zoul/project-conf.h index 36ba331ac..4bed6fefb 100644 --- a/examples/zolertia/zoul/project-conf.h +++ b/examples/zolertia/zoul/project-conf.h @@ -50,6 +50,9 @@ #define MOTION_SENSOR_PIN 5 #define MOTION_SENSOR_VECTOR GPIO_A_IRQn +/* Specify the digital light sensor model to use: TSL2561 (default) or TSL2563 */ +#define TSL256X_CONF_REF TSL2561_SENSOR_REF + /* Use the following I2C address for the BME280 sensor (from MikroElektronika) */ #define BME280_CONF_ADDR 0x76