version of the BME280 library which uses mbed-os 5.4.3 instead of mbed 2.X

Dependents:   BME280_Hello_5

Fork of BME280 by Toyomasa Watarai

Files at this revision

API Documentation at this revision

Comitter:
Roietronics
Date:
Sun Apr 16 00:05:24 2017 +0000
Parent:
5:c1f1647004c4
Commit message:
converted from mbed 2 to mbed-os 5.4.3

Changed in this revision

BME280.h Show annotated file Show diff for this revision Revisions of this file
diff -r c1f1647004c4 -r c263a646c3ba BME280.h
--- a/BME280.h	Sat Mar 11 04:21:14 2017 +0000
+++ b/BME280.h	Sun Apr 16 00:05:24 2017 +0000
@@ -40,7 +40,7 @@
 
 #include "mbed.h"
 
-#define DEFAULT_SLAVE_ADDRESS (0x76 << 1)
+#define DEFAULT_SLAVE_ADDRESS (0x77 << 1)
 
 #ifdef _DEBUG
 extern Serial pc;