primer

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
ACBTrainer
Date:
Sun May 29 14:29:51 2016 +0000
Parent:
0:47991c815269
Commit message:
t

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun May 29 14:04:33 2016 +0000
+++ b/main.cpp	Sun May 29 14:29:51 2016 +0000
@@ -2,8 +2,10 @@
 
 DigitalOut myled(LED1);
 
-int main() {
-    while(1) {
+int main()
+{
+    while(1) 
+    {
         myled = 1;
         wait(0.2);
         myled = 0;