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 1:dda01a024d6c, committed 2019-06-10
- Comitter:
- Alessio_Zaino
- Date:
- Mon Jun 10 13:11:48 2019 +0000
- Parent:
- 0:f8a9cceb4186
- Commit message:
- j
Changed in this revision
BOX.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/BOX.lib Mon Jun 10 12:50:02 2019 +0000 +++ b/BOX.lib Mon Jun 10 13:11:48 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/teams/Team-DIANA/code/BOX_1/#f8120bb54b69 +https://os.mbed.com/teams/Team-DIANA/code/BOX_1/#442e7d2ab496
--- a/main.cpp Mon Jun 10 12:50:02 2019 +0000 +++ b/main.cpp Mon Jun 10 13:11:48 2019 +0000 @@ -2,7 +2,7 @@ #include "ENVIROMENTAL.h" DigitalOut led(LED3); -BOX m_box (D14,D15,D8,A0,5); +BOX m_box (D14,D15,D8,A0,5,D3); ENVIROMENTAL envi(D14, D15,A1); int main(){ //BOX *m_box = new BOX(D1,D2,D3,A0,5);