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 00010 // variables to enable/disable messages 00011 extern uint8_t Help; 00012 extern uint8_t Feedback; 00013 extern uint8_t Echo; 00014 00015 // Prototypes 00016 void InitMessages(void); 00017 void cli_list(void); 00018 void cli_version(void); 00019 void UnknownCommand(void); 00020 void cli_help(void); 00021 void cli_feedback(void); 00022 void cli_echo(void); 00023 00024 00025 //-------------------------- CLIG PLUGS -------------------- 00026 // CLIG-CMD 00027 /* 00028 list cli_list(); 00029 ver cli_version(); 00030 help cli_help(); 00031 feedback cli_feedback(); 00032 echo cli_echo(); 00033 */ 00034 00035 //------------------------ END CLIG PLUGS -----------------
Generated on Tue Jul 12 2022 18:42:56 by
