Test code publishing
Dependencies: mbed
Revision 0:39d2e2c55901, committed 2016-02-16
- Comitter:
- jedh
- Date:
- Tue Feb 16 20:02:28 2016 +0000
- Commit message:
- test code
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 |
diff -r 000000000000 -r 39d2e2c55901 main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Tue Feb 16 20:02:28 2016 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" + +Timer t; + +int main() +{ + t.start(); + printf("Hello World!\n"); + t.stop(); + printf("The time taken was %f seconds\n", t.read()); +}
diff -r 000000000000 -r 39d2e2c55901 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Feb 16 20:02:28 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3 \ No newline at end of file