afLib 1.3 which is supporting both SPI and UART

Dependencies:   vt100 mbed afLib_1_3

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers af_mgr.h Source File

af_mgr.h

00001 #ifndef _AF_MGR_H_
00002 #define _AF_MGR_H_
00003 #include "afLib.h"
00004 
00005 extern afLib           *afero ;
00006 extern bool             gLinked ;
00007 extern bool             gConnected ;
00008 extern bool             verbos ;
00009 
00010 void init_aflib(void) ;
00011 
00012 #endif /* _AF_MGR_H_ */