Verkehrsampel
Dependencies: mbed
Fork of _Lektion_03b by
Diff: main.cpp
- Revision:
- 0:9fc800807876
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 ***************