Pressure and temperature sensor based on BMP280

Dependents:   weather_station_proj weather_station_project weather_station_proj_v1_2

Fork of BMP280 by Karl Zweimüller

Revision:
9:3a0af995dd4c
Parent:
8:d22ecbef9b90
--- a/BMP280.h	Thu May 25 20:22:32 2017 +0000
+++ b/BMP280.h	Sun Jul 01 11:58:14 2018 +0000
@@ -20,7 +20,7 @@
 //#define _DEBUG
 // default address with SDO High 0x77
 // address with SDO LOW 0x76
-#define DEFAULT_SLAVE_ADDRESS (0x77)
+#define DEFAULT_SLAVE_ADDRESS (0x76)
 
 #ifdef _DEBUG
 extern Serial pc;