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: TextLCD mbed MMA8451Q
Revision 18:8876780cb268, committed 2014-07-01
- Comitter:
- Berrng
- Date:
- Tue Jul 01 08:00:59 2014 +0000
- Parent:
- 17:c96c9af96dbb
- Commit message:
- Arsch g; ettet!
Changed in this revision
| Blinker.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Blinker.cpp Fri Jun 27 13:04:38 2014 +0000
+++ b/Blinker.cpp Tue Jul 01 08:00:59 2014 +0000
@@ -116,6 +116,10 @@
}
if (buttonState == UP_KEY) //Einstieg Warnblinker
{ BlinkerW();}
+ if (buttonState == RIGHT_KEY) //Einstieg Blinker Rechts
+ {
+ Blinker_L_Led = 0;
+ BlinkerR();}
}
}
else //Einstieg Komfortblinker links
@@ -175,6 +179,10 @@
}
if (buttonState == UP_KEY) //Einstieg Warnblinker
{ BlinkerW();}
+ if (buttonState == LEFT_KEY) //Einstieg Blinker Links
+ {
+ Blinker_R_Led = 0;
+ BlinkerL();}
}
}
else //Einstieg Komfortblinker rechts