Gas Pressure Display Updated Power control for Pressure sensor added

Dependencies:   UniGraphic mbed vt100

Committer:
Rhyme
Date:
Fri Feb 16 08:27:50 2018 +0000
Revision:
0:37c8ecde13c2
control PSE530 power via PTC5 (pse530_en)

Who changed what in which revision?

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