La Suno / Mbed 2 deprecated afero_poc15_180216

Dependencies:   UniGraphic mbed vt100

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 #include "pending.h"
00005 
00006 extern afLib           *afero ;
00007 extern pending_class   *pending ;
00008 extern bool             gLinked ;
00009 extern bool             gConnected ;
00010 
00011 void init_aflib(void) ;
00012 
00013 #endif /* _AF_MGR_H_ */