Lehrer Busch / Mbed OS xxx_Sensor-BME680

Files at this revision

API Documentation at this revision

Comitter:
itbusch
Date:
Wed Feb 23 19:17:37 2022 +0000
Parent:
1:6dd878905b5c
Commit message:
xxx_Sensor-BME680

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jun 16 05:47:24 2020 +0000
+++ b/main.cpp	Wed Feb 23 19:17:37 2022 +0000
@@ -1,11 +1,8 @@
 #include "mbed.h"
 #include "mbed_bme680.h"
 
-#if TARGET_NUMAKER_IOT_M263A
-I2C i2c(PD_4, PD_5);
-#else
+
 I2C i2c(I2C_SDA, I2C_SCL);  // Used inside the BME680 Mbed Lib.
-#endif
 
 BME680 bme680(0x76 << 1);