Skip to content

Commit

Permalink
Update bme280.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylaina committed Feb 12, 2018
1 parent 16ab18a commit aede0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bme280.h
Expand Up @@ -41,8 +41,8 @@

/* TODO: configure Sensor */

// i2c adress, for reading sensor "add" | 0x01, refer datasheet
#define BME_ADDR (0x77<<1)
// i2c adress
#define BME_ADDR 0xEE
// for BME280 define
#define BME280
// for BMP280 (same as BME280 without humitity sensor) uncomment #define above
Expand Down

0 comments on commit aede0e6

Please sign in to comment.