La Suno / Mbed 2 deprecated afero_poc15_180403R

Dependencies:   UniGraphic mbed vt100

Committer:
Rhyme
Date:
Tue Apr 24 08:58:33 2018 +0000
Revision:
0:0b6732b53bf4
Temporary Connector Reversed Version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Rhyme 0:0b6732b53bf4 1 #ifndef _AF_MGR_H_
Rhyme 0:0b6732b53bf4 2 #define _AF_MGR_H_
Rhyme 0:0b6732b53bf4 3 #include "afLib.h"
Rhyme 0:0b6732b53bf4 4 #include "pending.h"
Rhyme 0:0b6732b53bf4 5
Rhyme 0:0b6732b53bf4 6 extern afLib *afero ;
Rhyme 0:0b6732b53bf4 7 extern pending_class *pending ;
Rhyme 0:0b6732b53bf4 8 extern bool gLinked ;
Rhyme 0:0b6732b53bf4 9 extern bool gConnected ;
Rhyme 0:0b6732b53bf4 10
Rhyme 0:0b6732b53bf4 11 void init_aflib(void) ;
Rhyme 0:0b6732b53bf4 12
Rhyme 0:0b6732b53bf4 13 #endif /* _AF_MGR_H_ */