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.
jmMessages.h
00001 /************************************************************************* 00002 * @file jmMessages.h 00003 * @brief Control System Messages 00004 * 00005 * @date December 27,2010 00006 */ 00007 00008 #include "stdint.h" 00009 #include "LPC17xx.h" 00010 00011 // variables to enable/disable messages 00012 extern uint8_t Help; 00013 extern uint8_t Feedback; 00014 extern uint8_t Echo; 00015 00016 // Prototypes 00017 void InitMessages(void); 00018 void cli_list(void); 00019 void cli_version(void); 00020 void UnknownCommand(void); 00021 void cli_help(void); 00022 void cli_feedback(void); 00023 void cli_echo(void); 00024 00025 00026 //-------------------------- CLIG PLUGS -------------------- 00027 // CLIG-CMD 00028 /* 00029 list cli_list(); 00030 ver cli_version(); 00031 help cli_help(); 00032 feedback cli_feedback(); 00033 echo cli_echo(); 00034 */ 00035 00036 //------------------------ END CLIG PLUGS -----------------
Generated on Thu Jul 14 2022 11:30:24 by
1.7.2