Export to MBED Studio for DISCO Board

Dependencies:   mbed

Revision:
1:8567a29d4699
Parent:
0:62b846b3988a
Child:
2:f30187bb3fbd
--- a/main.cpp	Sun Oct 25 00:58:24 2020 +0000
+++ b/main.cpp	Sun Oct 25 01:51:13 2020 +0000
@@ -3,7 +3,7 @@
 // Read temperature from LM75BD
 
 I2C i2c(D14, D15);
-Serial pc(SERIAL_TX, SERIAL_RX);
+Serial pc(SERIAL_TX, SERIAL_RX); //TODo fice this pc host iissue
 
 #include "OPT3101device.h"