La Suno / Mbed 2 deprecated afero_poc15_180413

Dependencies:   UniGraphic mbed vt100

Committer:
Rhyme
Date:
Fri Apr 13 04:19:23 2018 +0000
Revision:
0:846e2321c637
power to color sensor on/off test OK. Currently the function is disabled.

Who changed what in which revision?

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