Ajith Padyana
/
HelloWorld
hi
Fork of HelloWorld by
Revision 2:edf25f494e0d, committed 2015-01-28
- Comitter:
- ajithpadyana
- Date:
- Wed Jan 28 10:08:05 2015 +0000
- Parent:
- 1:03c191369089
- Commit message:
- just added a comment
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 03c191369089 -r edf25f494e0d main.cpp --- a/main.cpp Sun Jan 01 20:57:57 2012 +0000 +++ b/main.cpp Wed Jan 28 10:08:05 2015 +0000 @@ -3,6 +3,8 @@ DigitalOut myled(LED1); int main() { + + // i am just trying it out while(1) { myled = 1; wait(0.2);