Release candidate version. The pointer in GAS Pressure display is changed to a triangle.

Dependencies:   UniGraphic mbed vt100

Please note, at 2-Mar-2018 the current version of mbed-lib has a defect in Ticker.
https://os.mbed.com/forum/bugs-suggestions/topic/29287/

So, mbed lib version 157 is intentionally being used.
Please do not update mbed library until the problem in the above URL is fixed.

In this version, format of GAS Pressure Display has been changed.
/media/uploads/Rhyme/low.jpg

/media/uploads/Rhyme/good.jpg

/media/uploads/Rhyme/high.jpg

moto

af_utils/af_mgr.h

Committer:
Rhyme
Date:
2018-03-02
Revision:
0:774324cbc5a6

File content as of revision 0:774324cbc5a6:

#ifndef _AF_MGR_H_
#define _AF_MGR_H_
#include "afLib.h"
#include "pending.h"

extern afLib           *afero ;
extern pending_class   *pending ;
extern bool             gLinked ;
extern bool             gConnected ;

void init_aflib(void) ;

#endif /* _AF_MGR_H_ */