BME280 Combined humidity and pressure sensor library

Dependents:   mDot_TTN_OTAA_Node LoraGPSLogger mDot_TTN_OTAA_Node_send_data_as_string

Fork of BME280 by Toyomasa Watarai

Revision:
5:64b7a81c61e4
Parent:
4:ddcaa259e65b
Child:
6:6a7fa855c18c
--- a/BME280.h	Tue May 12 13:32:09 2015 +0000
+++ b/BME280.h	Wed May 11 06:17:58 2016 +0000
@@ -18,7 +18,7 @@
 #include "mbed.h"
 
 //#define _DEBUG
-#define DEFAULT_SLAVE_ADDRESS (0x76 << 1)
+#define DEFAULT_SLAVE_ADDRESS (0x77 << 1)
 
 #ifdef _DEBUG
 extern Serial pc;