LED D10 blinkt im Sec Takt

Dependencies:   mbed

Fork of _B14_Lektion01 by BULME_BERTL14

Files at this revision

API Documentation at this revision

Comitter:
Enenkel
Date:
Fri Mar 20 09:55:23 2015 +0000
Parent:
1:e4e34bd77feb
Commit message:
LED blinken

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e4e34bd77feb -r 437d4d576042 main.cpp
--- a/main.cpp	Sun Jan 25 15:51:04 2015 +0000
+++ b/main.cpp	Fri Mar 20 09:55:23 2015 +0000
@@ -1,15 +1,21 @@
 /***********************************
-name:   BERTL_2014_TEST D10 blinken
-author: Gottfried Enenkel   HTL BULME
-email:  ene@bulme.at
-description:
+Name:   _B14_Lektion01     D10 blinken
+author: Gottfried Enenkel  HTL BULME
+Date :  15.3.2015
+Aufgabe:
     LEDS D10 blinkt im sec Takt
-
+   1. Importiere die Software auf deinen Account
+   2. Compiliere die Software
+   3. Lade die Software auf deinen BERTL und führe sie aus
+   4. Ändere die Software so, dass die LED mit 10 Hz Blinkt
+      wait (0.1);
+   5. Compiliere deine neue Software, lade sie auf den BERTL
+      und führe sie aus.    
 ***********************************/
-#include "mbed.h"
+#include "mbed.h"            // enthält die Befehle für den BERTL
 // *******   Definitionen  ********
-DigitalOut ledD10(P1_8);     //dem uP - Port1 Pin8 den Namen ledD10 zuweisen
-                             //und als Digitaln Ausgang definieren. 
+DigitalOut ledD10(P1_8);     // dem uP - Port1 Pin8 den Namen ledD10 zuweisen
+                             // und als Digitaln Ausgang definieren. 
 
 // *******   Hauptroutine  ********
 int main() {                 // Start Hauptprogramm