Environment Sensor Repo.

Dependents:   Coursework_Version_5 Coursework_Version_6 Coursework_Version_8 ELEC351-Coursework

Revision:
9:7a04d0f5950e
Parent:
8:d22ecbef9b90
--- a/BMP280.h	Thu May 25 20:22:32 2017 +0000
+++ b/BMP280.h	Fri Nov 23 14:42:16 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;