Delta / Mbed OS Delta_CLI

Fork of NNN40_CLI by Delta

Revision:
0:5c195ab2f696
Child:
3:38ec8ad317f4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CLI_Source/ble_cli.h	Fri Sep 11 07:29:31 2015 +0000
@@ -0,0 +1,20 @@
+/*
+ * ble-cli.h
+ * Copyright 2014 by Delta Corporation. All rights reserved.
+ */
+#ifdef __cplusplus
+extern "C" {
+#endif 
+#include "command-interpreter.h" 
+#include "ble.h" 
+	
+void ble_on_ble_evt(ble_evt_t * p_ble_evt);
+extern CyntecCommandEntry bleCommandSets[];
+extern void cyntecCLIAppInit(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+
+