Testing

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
mbedaddict
Date:
Thu Mar 27 09:59:24 2014 +0000
Parent:
1:03c191369089
Commit message:
adding hello

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	Thu Mar 27 09:59:24 2014 +0000
@@ -2,6 +2,8 @@
 
 DigitalOut myled(LED1);
 
+// hello
+
 int main() {
     while(1) {
         myled = 1;