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.
Dependencies: mbed SDFileSystem
commands.h
00001 #ifndef COMMANDS_H 00002 #define COMMANDS_H 00003 00004 #include "mbed.h" 00005 00006 #define BUF_SIZE 256 // comms data depth 00007 00008 extern volatile char inDataBuf[]; 00009 extern volatile char outDataBuf[]; 00010 extern volatile uint16_t inBufPosition; 00011 extern volatile uint16_t outBufPosition; 00012 extern volatile uint8_t checksum; 00013 00014 void ProcessCommand ( void ) ; 00015 00016 #endif
Generated on Tue Jul 19 2022 14:03:17 by
1.7.2