ohne class

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
mexx
Date:
Thu Nov 29 18:32:22 2018 +0000
Parent:
0:2acc9e1d4fff
Commit message:
er

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 29 17:40:31 2018 +0000
+++ b/main.cpp	Thu Nov 29 18:32:22 2018 +0000
@@ -44,9 +44,7 @@
     
     printf("State: 1 (Aus)");       // Ausgabe auf der seriellen Console
     
-//_______________entry____________________\\
-    
-//_______________do_______________________\\
+
 
     while(true) 
     {
@@ -55,7 +53,6 @@
         {
             state = ST_LEDEIN; // Wechsel auf Status EIN
             
-//______________exit_______________________\\
 
             return;
             }
@@ -80,7 +77,7 @@
         blinkCounter=0;               // blinkCounter rücksetzen auf 0 damit es wieder von vorne losgehen kann
     
     
-//_____________do______________\\
+
 
     while(true) {
         Led1 = 1;
@@ -89,7 +86,7 @@
         {
             state = ST_LEDAUS;
             
-//_______________exit______________\\
+
 
             return;
             }