Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 2:c6442e972e68, committed 2022-02-23
- 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);