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.
Dependencies: mbed
Fork of Amaldi_0_Exercise_Crea-Nuovo-Programma by
Revision 0:6eedb7be7566, committed 2018-05-05
- Comitter:
- pinofal
- Date:
- Sat May 05 14:19:30 2018 +0000
- Commit message:
- Amaldi exercise 0;
Changed in this revision
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
prova.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Sat May 05 14:19:30 2018 +0000 @@ -0,0 +1,1 @@ +https://os.mbed.com/users/mbed_official/code/mbed/builds/5aab5a7997ee \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/prova.cpp Sat May 05 14:19:30 2018 +0000 @@ -0,0 +1,5 @@ +#include "mbed.h" + +int main() +{ +} \ No newline at end of file