【mbed OS5対応バージョン】データの保存、更新、取得ができるWebサービス「milkcocoa」に接続し、データのプッシュ、送信、取得ができるライブラリです。 https://mlkcca.com/

Dependents:   mbed-os-example-wifi-milkcocoa MilkcocoaOsSample_Eth MilkcocoaOsSample_ESP8266 MilkcocoaOsSample_Eth_DigitalIn

Revision:
8:e2f15b1b4f70
Parent:
0:0a2f634d3324
--- a/MQTT/FP/FP.h	Thu Jun 01 05:33:50 2017 +0000
+++ b/MQTT/FP/FP.h	Wed Jun 14 07:48:45 2017 +0000
@@ -132,13 +132,13 @@
  *  @brief API for managing Function Pointers
  */
 template<class retT, class argT>
-class FP
+class FP_
 {
 public:
     /** Create the FP object - only one callback can be attached to the object, that is
      *  a member function or a global function, not both at the same time
      */
-    FP()
+    FP_()
     {
         obj_callback = 0;
         c_callback = 0;