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.
Fork of blink_kl46z_button_LCD by
Revision 4:042cb9411941, committed 2016-09-10
- Comitter:
- menchacaeli
- Date:
- Sat Sep 10 02:59:25 2016 +0000
- Parent:
- 3:fc189dd7ac64
- Commit message:
- EMench_Algorithms_HW4.2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Aug 24 16:37:09 2016 +0000 +++ b/main.cpp Sat Sep 10 02:59:25 2016 +0000 @@ -6,12 +6,12 @@ #define NUMBUTS 2 #define LBUT PTC12 // port addresses for buttons #define RBUT PTC3 -#define BLINKTIME 0.3 // in seconds -#define BUTTONTIME 0.2 -#define LCDCHARLEN 10 +#define BLINKTIME 0.5 // in seconds +#define BUTTONTIME 0.2 // +#define LCDCHARLEN 20 #define NUMMESS 2 -#define LRED "RED" -#define LGREEN "GREN" +#define LRED "REDBUTTONPRESSED" +#define LGREEN "GREENBUTTONPRESSED" #define PRED "RED\r\n" #define PGREEN "GREEN\r\n" #define PROGNAME "blink_kl46z_buttton LCD v2\r\n"
