Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:4e641a32e087, committed 2020-10-25
- 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