Bluetooth Heart Rate Monitor using Maxim MAX32630FTHR & MAXREFDES117

Fork of mbed-os-example-ble-HeartRate by mbed-os-examples

Revision:
49:5be03f287022
Parent:
47:8ae30057edc0
diff -r 8ae30057edc0 -r 5be03f287022 MAX30102/MAX30102.cpp
--- 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