wireless_uart
Dependencies: fsl_phy_mcr20a fsl_smac mbed-rtos mbed
Fork of mcr20_wireless_uart by
Revision 29:104ca2835945, committed 2016-08-18
- Comitter:
- phy_sam
- Date:
- Thu Aug 18 16:44:14 2016 +0000
- Parent:
- 28:2555c5ae3ccd
- Commit message:
- FRDM-k64f & CR20A use for test_conectivty_test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2555c5ae3ccd -r 104ca2835945 main.cpp --- a/main.cpp Tue Aug 18 13:04:46 2015 +0000 +++ b/main.cpp Thu Aug 18 16:44:14 2016 +0000 @@ -31,6 +31,16 @@ NULL }; +char * const IUPUI_Logo[]={ " n\n\n", + " \r ", + "\r ", + "\r ELECTRICAL AND COMPUTER ENGINEERING", + "\r\r IUPUI", + "\r\r ", + + "\n", + NULL + }; #define gMcps_Cnf_EVENT_c (1<<1) #define gMcps_Ind_EVENT_c (1<<2) #define gMlme_EdCnf_EVENT_c (1<<3) @@ -177,6 +187,7 @@ InitApp(); PrintMenu(cu8FreescaleLogo); + PrintMenu(IUPUI_Logo); button_pressed = 0; sw2.fall(&sw2_press);