selber was schreiben "Lauflicht + RGB"

Dependencies:   mbed

Fork of _Lektion_04 by BULME_HIMBED

Files at this revision

API Documentation at this revision

Comitter:
Enenkel
Date:
Mon Mar 09 12:12:22 2015 +0000
Commit message:
?bung Lauflicht & RGB

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:12:22 2015 +0000
@@ -0,0 +1,26 @@
+// HIMBED _lektion_04    erstmals selber was schreiben 
+// BULME Graz          by Enenkel   26.2.2014
+// AUFGABE:    
+// Programmiere mit Hilfe der Lektionen 1-3 folgendes Programm:
+// Erstelle ein Lauflicht mit jeweils 3 LED über den 12 Stufigen LED Balken.
+// beginne mit der LED1 
+//     LED                              LED
+//     20 19 18 17 16 15 14 13  4  3  2  1 
+//      0  0    .......................  0   -> alle LED OFF     
+//                                       1   -> LED 1 ON
+//                                    1  1
+//                                 1  1  1
+//                              1  1  1  0
+//                           1  1  1  0  0 
+//    usw.  bis 
+//     1  1  1
+//     1  1
+//     1
+//     0 0 ..............................0
+//     Dauer des Durchlaufes ca. 1 sec.
+//     dann  1 sec blaue RGB LED
+//           1 sec rote  RGB LED
+//           1 sec grüne RGB LED
+//    2 sec Pause
+//    Starte das Programm erneut.
+//    Nicht auf die Kommentare vergessen ! ! !
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Mar 09 12:12:22 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file