Export to MBED Studio for DISCO Board

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tgrosch
Date:
Sun Oct 25 10:43:09 2020 +0000
Parent:
2:f30187bb3fbd
Commit message:
New Version with OS5

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Oct 25 10:16:43 2020 +0000
+++ b/main.cpp	Sun Oct 25 10:43:09 2020 +0000
@@ -3,7 +3,7 @@
 // Read temperature from LM75BD
 
 //I2C i2c(D14, D15); // for NUCLEO board
-I2C i2c(PB_6, PB_7); // for Disco 
+I2C i2c1(PB_6, PB_7); // for Disco 
 Serial pc(SERIAL_TX, SERIAL_RX); //TODo fice this pc host iissue
 
 #include "OPT3101device.h"
--- a/mbed.bld	Sun Oct 25 10:16:43 2020 +0000
+++ b/mbed.bld	Sun Oct 25 10:43:09 2020 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/abea610beb85
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file