Export to MBED Studio for DISCO Board

Dependencies:   mbed

Revision:
2:f30187bb3fbd
Parent:
1:8567a29d4699
Child:
3:4e641a32e087
--- a/main.cpp	Sun Oct 25 01:51:13 2020 +0000
+++ b/main.cpp	Sun Oct 25 10:16:43 2020 +0000
@@ -2,7 +2,8 @@
  
 // Read temperature from LM75BD
 
-I2C i2c(D14, D15);
+//I2C i2c(D14, D15); // for NUCLEO board
+I2C i2c(PB_6, PB_7); // for Disco 
 Serial pc(SERIAL_TX, SERIAL_RX); //TODo fice this pc host iissue
 
 #include "OPT3101device.h"