Kashish Haresh Shah / Mbed 2 deprecated HXCClientShield

Dependencies:   mbed

Revision:
1:d4df183e5c12
Child:
2:52bb5ee0a72d
diff -r bacc6e701fb4 -r d4df183e5c12 Driver/CmdProcess.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Driver/CmdProcess.h	Thu Apr 01 19:03:45 2021 +0000
@@ -0,0 +1,29 @@
+#ifndef __CMD_PROCESS_H
+#define __CMD_PROCESS_H
+
+/* Includes ------------------------------------------------------------------*/
+#include "debug.h"
+//#include "hxc-api.h"
+#include "lora_conf.h"
+//#include "bridge.h"
+#include "stdlib.h"
+#include "limits.h"
+#include "errno.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Exported define -----------------------------------------------------------*/
+
+
+/* Exported types ------------------------------------------------------------*/
+
+/* Public functions ----------------------------------------------------------*/
+void CmdModeProcess(void);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+#endif