Verkehrsampel

Dependencies:   mbed

Fork of _Lektion_03b by BULME_HIMBED

Files at this revision

API Documentation at this revision

Comitter:
Enenkel
Date:
Mon Mar 09 12:11:36 2015 +0000
Commit message:
Verkehrsampel

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 9fc800807876 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Mar 09 12:11:36 2015 +0000
@@ -0,0 +1,16 @@
+//  HIMBED Lektion03b   "VERKEHRSAMPEL"      
+//  BULME GRAZ      by Enenkel     26.2.2015
+// Aufgabe:   Programmieren eine Verkehrsmpael
+//  while(1)
+//    rot  5 sec
+//    gelb 2 sec  (gelb = rot +grün)
+//    grün 4 sec   
+//    grün blinken 3x a 1 sec hell 1 sec dunkel
+//    gelb 2 sec 
+//     
+#include "mbed.h"
+
+// den Rest scheibst selber !
+
+
+// **************   END ***************
diff -r 000000000000 -r 9fc800807876 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Mar 09 12:11:36 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file