Fabio Fumi / Mbed 2 deprecated Sharp_ce140f_emul

Dependencies:   mbed SDFileSystem

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