hi

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Files at this revision

API Documentation at this revision

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
--- 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);