Florent Coudronniere
/
Projet2048
zble test
Fork of Projet2048 by
Revision 1:7606a394681a, committed 2017-01-16
- Comitter:
- Risord
- Date:
- Mon Jan 16 15:35:52 2017 +0000
- Parent:
- 0:15f67b4b482d
- Commit message:
- ajout mbed.h +main;
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 Mon Jan 16 15:25:35 2017 +0000 +++ b/Main.cpp Mon Jan 16 15:35:52 2017 +0000 @@ -0,0 +1,10 @@ +#include "mbed.h" + + + + +int main() { + while(1) { + + } +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Jan 16 15:35:52 2017 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/99b5ccf27215 \ No newline at end of file