afLib 1.3 which is supporting both SPI and UART

Dependencies:   vt100 mbed afLib_1_3

Revision:
0:87662653a3c6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/edge_utils/edge_mgr.h	Mon Apr 23 06:15:26 2018 +0000
@@ -0,0 +1,18 @@
+#ifndef _EDGE_MGR_H_
+#define _EDGE_MGR_H_
+#include "mbed.h"
+#include "vt100.h"
+
+int    init_edge_attribute(void) ;
+void   edge_loop(uint32_t tick_count) ;
+void   reboot_edge(void) ;
+
+extern char             *reset_reason_str ;
+extern bool             verbos ;
+extern int              edge_mgr_status ;
+extern vt100            *tty ;
+
+#define EDGE_MGR_INIT    0
+#define EDGE_MGR_RUNNING 1
+
+#endif /* _EDGE_MGR_H_ */
\ No newline at end of file