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
Diff: commands.h
- Revision:
- 7:0243d36a655a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/commands.h Tue Jul 19 13:50:07 2022 +0000 @@ -0,0 +1,16 @@ +#ifndef COMMANDS_H +#define COMMANDS_H + +#include "mbed.h" + +#define BUF_SIZE 256 // comms data depth + +extern volatile char inDataBuf[]; +extern volatile char outDataBuf[]; +extern volatile uint16_t inBufPosition; +extern volatile uint16_t outBufPosition; +extern volatile uint8_t checksum; + +void ProcessCommand ( void ) ; + +#endif \ No newline at end of file