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 LAB_Ampel by
Diff: main.cpp
- Revision:
- 1:3be6e3390f29
- Parent:
- 0:f93bf3159778
--- a/main.cpp Mon Feb 01 17:15:40 2016 +0000
+++ b/main.cpp Mon Feb 01 17:32:08 2016 +0000
@@ -26,10 +26,12 @@
void ROT();
void GELB();
void GRUEN();
+ void GRUEN_BLINKEN();
public:
void RotAction();
void GelbAction();
void GruenAction();
+ void GruenBlinkAction();
public:
int state;
Timer t1; // blinken
