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.
Fork of BLEHeartRateMon by
Diff: MAX30102/MAX30102.cpp
- Revision:
- 49:5be03f287022
- Parent:
- 47:8ae30057edc0
--- a/MAX30102/MAX30102.cpp Tue Dec 05 20:11:10 2017 +0000 +++ b/MAX30102/MAX30102.cpp Mon Dec 11 16:22:50 2017 +0000 @@ -61,6 +61,7 @@ #ifdef TARGET_MAX32630FTHR I2C i2c(P3_4, P3_5); // SDA, SCL +//I2C i2c(I2C1_SDA, I2C1_SCL); #else I2C i2c(I2C_SDA, I2C_SCL); #endif
