Changes added for the DISCO-L476VG

Dependencies:   mbed

Revision:
5:fc8269b40d74
Parent:
4:5273ab1085ab
--- a/MAX30102/MAX30102.cpp	Thu May 19 22:04:06 2016 +0000
+++ b/MAX30102/MAX30102.cpp	Fri Oct 29 12:06:18 2021 +0000
@@ -62,7 +62,8 @@
 #ifdef TARGET_MAX32600MBED
 I2C i2c(I2C1_SDA, I2C1_SCL);
 #else
-I2C i2c(I2C_SDA, I2C_SCL);
+//I2C i2c(I2C_SDA, I2C_SCL);
+I2C i2c(PB_7, PB_6);
 #endif
 
 bool maxim_max30102_write_reg(uint8_t uch_addr, uint8_t uch_data)