export test

Dependencies:   SDFileSystem ds3231 eeprom_Nikita mbed testUniGraphic_150217

Fork of Int_Demo_09May2017_Suhasini_HRavg_Nikita_ili9341 by nikita teggi

Revision:
31:37d3ae1fa1eb
Parent:
3:9a06c2bed650
--- a/PPG/MAX30102.cpp	Sat Jul 08 12:06:16 2017 +0000
+++ b/PPG/MAX30102.cpp	Fri Mar 02 13:56:33 2018 +0000
@@ -58,8 +58,8 @@
 */
 #include "mbed.h"
 #include "MAX30102.h"
-#define PIN_I2C1_SCL       PTC10
-#define PIN_I2C1_SDA       PTC11
+#define PIN_I2C1_SCL       PB_8
+#define PIN_I2C1_SDA       PB_9
 
 
 #ifdef TARGET_MAX32600MBED