![](/media/cache/group/1711.jpg.50x50_q85.jpg)
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.
moto
af_utils/af_mgr.h@0:774324cbc5a6, 2018-03-02 (annotated)
- Committer:
- Rhyme
- Date:
- Fri Mar 02 07:56:09 2018 +0000
- Revision:
- 0:774324cbc5a6
Release candidate version. GAS Pressure pointer is now a triangle.; Some source file clean-up was done.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Rhyme | 0:774324cbc5a6 | 1 | #ifndef _AF_MGR_H_ |
Rhyme | 0:774324cbc5a6 | 2 | #define _AF_MGR_H_ |
Rhyme | 0:774324cbc5a6 | 3 | #include "afLib.h" |
Rhyme | 0:774324cbc5a6 | 4 | #include "pending.h" |
Rhyme | 0:774324cbc5a6 | 5 | |
Rhyme | 0:774324cbc5a6 | 6 | extern afLib *afero ; |
Rhyme | 0:774324cbc5a6 | 7 | extern pending_class *pending ; |
Rhyme | 0:774324cbc5a6 | 8 | extern bool gLinked ; |
Rhyme | 0:774324cbc5a6 | 9 | extern bool gConnected ; |
Rhyme | 0:774324cbc5a6 | 10 | |
Rhyme | 0:774324cbc5a6 | 11 | void init_aflib(void) ; |
Rhyme | 0:774324cbc5a6 | 12 | |
Rhyme | 0:774324cbc5a6 | 13 | #endif /* _AF_MGR_H_ */ |