RGB LED - RGB
Dependencies: mbed
Fork of _B14_Lektion05a by
Revision 2:1e32590010a9, committed 2015-03-20
- Comitter:
- Enenkel
- Date:
- Fri Mar 20 10:37:45 2015 +0000
- Parent:
- 1:b94490b97a6a
- Commit message:
- RGB LED
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Jan 25 17:28:51 2015 +0000 +++ b/main.cpp Fri Mar 20 10:37:45 2015 +0000 @@ -1,11 +1,19 @@ /*********************************** -name: BERTL_2014_TEST RGB & Blue LED Test -author: Gottfried Enenkel HTL BULME -email: ene@bulme.at -description: +name: _B14_Lektion05a RGB & Blue LED Test +author: Gottfried Enenkel HTL BULME +date : 17.3.2015 +Aufgabe:: 3 Blaue LEDs ON Die RGB LED leuchtet rot grün blau je 1 sec +Ändere die Software wie folgt: + rot 2sec + rot blau 2 sec + blau 2 sec + blau grün 2 sec + grün 2 sec + grün rot 2 sec + rot grün blau 2 sec ***********************************/ #include "mbed.h" // ************ DEKLARATIONEN **************