NMHU, KL46Z, buttons, leds HW 5.2 starting
Fork of blink_kl46z_button_LCD_HW32 by
Revision 5:dc506f422393, committed 2015-09-24
- Comitter:
- scohennm
- Date:
- Thu Sep 24 15:08:25 2015 +0000
- Parent:
- 4:db8f1d2ff809
- Commit message:
- Update eliminate LCD references
Changed in this revision
SLCD.lib | Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r db8f1d2ff809 -r dc506f422393 SLCD.lib --- a/SLCD.lib Thu Sep 24 15:04:19 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/Sissors/code/SLCD/#ef2b3b7f1b01
diff -r db8f1d2ff809 -r dc506f422393 main.cpp --- a/main.cpp Thu Sep 24 15:04:19 2015 +0000 +++ b/main.cpp Thu Sep 24 15:08:25 2015 +0000 @@ -1,5 +1,4 @@ #include "mbed.h" -#include "SLCD.h" #define LEDON false #define LEDOFF true @@ -13,9 +12,6 @@ #define PROGNAME "blink_kl46z_buttton no wait\r\n" -// slightly more interesting blinky 140814 sc -SLCD slcd; //define LCD display - // Timer to elliminate wait() function Timer LEDTimer; // for blinking LEDs Timer ButtonTimer; // for reading button states @@ -33,11 +29,6 @@ } } -void LCDMess(char *lMess){ - slcd.Home(); - slcd.clear(); - slcd.printf(lMess); -} void initialize_global_vars(){ pc.printf(PROGNAME);