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/af_utils/af_mgr.h	Mon Apr 23 06:15:26 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef _AF_MGR_H_
+#define _AF_MGR_H_
+#include "afLib.h"
+
+extern afLib           *afero ;
+extern bool             gLinked ;
+extern bool             gConnected ;
+extern bool             verbos ;
+
+void init_aflib(void) ;
+
+#endif /* _AF_MGR_H_ */
\ No newline at end of file