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.
Parser.h
00001 #ifndef PARSER_H 00002 #define PARSER_H 00003 00004 #define ERROR 1 00005 #define NOERROR 0 00006 00007 extern char *commandTokens[20]; 00008 00009 char validateCommandSentence(char *pSentence); 00010 void parseCommandSentence( char *pBuffer); 00011 char calcChecksum(char *pSentence); 00012 00013 00014 00015 #endif
Generated on Wed Jul 13 2022 12:22:03 by
1.7.2