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

Revision:
0:774324cbc5a6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/af_utils/pending.h	Fri Mar 02 07:56:09 2018 +0000
@@ -0,0 +1,23 @@
+#ifndef _PENDING_H_
+#define _PENDING_H_
+#include "mbed.h"
+#include "afLib.h"
+#include "af_attributes.h"
+
+class pending_class {
+public:
+    pending_class() ;
+    pending_class(
+        uint8_t     messageType, 
+        uint16_t    attrId, 
+        uint8_t     requestId, 
+        uint16_t    valueLen, 
+        uint8_t     *value
+    ) ;
+    ~pending_class() ;
+
+    request_t *request ;
+    uint32_t submit_time ;
+    uint32_t replied_time ;
+} ;
+#endif /* _PENDING_H_ */
\ No newline at end of file