A test blinky program by using the Toragi ARM writer.
Revision 1:33b6339739a5, committed 2014-02-16
- Comitter:
- jppang
- Date:
- Sun Feb 16 00:33:48 2014 +0000
- Parent:
- 0:df45872c0560
- Commit message:
- Using printf
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r df45872c0560 -r 33b6339739a5 main.cpp --- a/main.cpp Sat Feb 15 23:51:17 2014 +0000 +++ b/main.cpp Sun Feb 16 00:33:48 2014 +0000 @@ -16,6 +16,7 @@ wait(0.5); //cout << "Hello World!\n\r" << endl; + printf("Hello World !\n\r"); led = 0; wait(0.5);