Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of _B14Test2 by
Diff: main.cpp
- Revision:
- 2:4a053869c139
- Parent:
- 1:1b6e8646461b
--- a/main.cpp Sun Jan 25 17:26:42 2015 +0000
+++ b/main.cpp Fri Mar 20 09:58:05 2015 +0000
@@ -1,10 +1,10 @@
/***********************************
-name: BERTL_2014_TEST Lauflicht
+name: _B14_Lektion02a Lauflicht
author: Gottfried Enenkel HTL BULME
-email: ene@bulme.at
-description:
- LEDS D10 - D13 blinken im sec Takt
-
+date: 15.3.2015
+Aufgabe:
+ Lade die Software, führe sie aus.
+ Verändere die Software so, dass ein Lauflicht über 4 LED entsteht
***********************************/
#include "mbed.h"
// ******* Definitionen ********
@@ -23,12 +23,7 @@
ledD11 = 1;
wait(0.5);
ledD11 = 0;
- ledD12 = 1;
- wait(0.5);
- ledD12 = 0;
- ledD13 = 1;
- wait (0.5); // warte 0.5 Sekunde
- ledD13 = 0;
+ // füge hier deine Software ein !
} // Springe zum Anfang der Schleife
} // Ende Hauptprogramm
// ******* Ende *********
