Verkehrsampel

Dependencies:   mbed

Fork of _Lektion_03b by BULME_BHEL19

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
--- /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 ***************
--- /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