Environment Sensor Repo.

Dependents:   Coursework_Version_5 Coursework_Version_6 Coursework_Version_8 ELEC351-Coursework

Files at this revision

API Documentation at this revision

Comitter:
O_Thom
Date:
Fri Nov 23 14:42:16 2018 +0000
Parent:
8:d22ecbef9b90
Commit message:
I2C Revision;

Changed in this revision

BMP280.h Show annotated file Show diff for this revision Revisions of this file
diff -r d22ecbef9b90 -r 7a04d0f5950e BMP280.h
--- 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;