Skip to content

Commit

Permalink
Merge pull request #2069 from alignan/pull/light-example-verbatim
Browse files Browse the repository at this point in the history
Explicitly specify light sensor model in example
  • Loading branch information
g-oikonomou committed Jan 15, 2017
2 parents 3d40056 + 999b246 commit 82fd325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/zolertia/zoul/project-conf.h
Expand Up @@ -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

Expand Down

0 comments on commit 82fd325

Please sign in to comment.