Stanley Cohen
/
blink_kl46z_freq_sel_interrupt
Fork of blink_kl46z_ploop by
Revision 3:a1038e343407, committed 2016-09-07
- Comitter:
- scohennm
- Date:
- Wed Sep 07 17:42:06 2016 +0000
- Parent:
- 2:4abf877d8fc5
- Commit message:
- Changed the symbols for LEDS
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4abf877d8fc5 -r a1038e343407 main.cpp --- a/main.cpp Wed Sep 23 15:37:21 2015 +0000 +++ b/main.cpp Wed Sep 07 17:42:06 2016 +0000 @@ -20,8 +20,8 @@ int selectState = 0; // note this change will be incremented in interrupt routine bool updateFlag = false; -PwmOut greenColor(LED_GREEN); -PwmOut redColor(LED_RED); +PwmOut greenColor(LED1); +PwmOut redColor(LED2); InterruptIn rtButton(PTC3); // Big change. // DigitalIn rightButton(PTC3); SLCD slcd; //define LCD display