Testkommentierung

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
Hutzi
Date:
Mon Jan 13 18:12:43 2020 +0000
Parent:
2:eb423fa2307d
Commit message:
Rev2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jan 13 18:04:45 2020 +0000
+++ b/main.cpp	Mon Jan 13 18:12:43 2020 +0000
@@ -2,8 +2,9 @@
 
 #define Button1 p14
 
-void nibbleleds(int);  //  funktionsprototyp
+void nibbleleds(int);  //  funktionsprototypen
 int laufLicht(bool,int, int);
+void printb(uint8_t x);
 
 BusOut myleds(LED1,LED2,LED3,LED4);   // 4leds zu bus zusammenfügen
 DigitalIn button(Button1);            // BTN. 1 als input
@@ -62,6 +63,6 @@
         wait_ms(time);     // warten wert von time in mS
         anz++;              // zähler für schleifendurchläufe um eins erhöhen
         }
-        return anz;         // Funktion verlassen und wert von anz zurueckgeben..
-        
-    }
\ No newline at end of file
+        return anz;         // Funktion verlassen und wert von anz zurueckgeben..      
+    }
+