Ampelsteuerung über Timer und manuell weiterschaltbar.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
franzpaulus
Date:
Sun Nov 25 20:05:44 2018 +0000
Parent:
1:e8151ab43b58
Commit message:
Ampelsteuerung ?ber Timer und manuell weiterschaltbar. V1.1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r e8151ab43b58 -r f28f1da2b421 main.cpp
--- a/main.cpp	Sun Nov 25 19:59:51 2018 +0000
+++ b/main.cpp	Sun Nov 25 20:05:44 2018 +0000
@@ -101,7 +101,7 @@
 
 int main()
 {
-    printf("Hello STM\n");
+    printf("Ampelsteuerung wurde gestartet... \n");
     T1.start();
     SW1.rise(&rise); 
     while(1) {