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

Dependencies:   Milkcocoa-os

Revision:
1:1ab9d9f92764
Parent:
0:885b53a42035
Child:
2:727e3e0fcb81
--- a/main.cpp	Thu Feb 09 07:31:26 2017 +0000
+++ b/main.cpp	Thu Feb 09 07:44:12 2017 +0000
@@ -10,7 +10,7 @@
 
 /************************* Your Milkcocoa Setup *********************************/
 
-#define MILKCOCOA_APP_ID      "postite082h1"
+#define MILKCOCOA_APP_ID      "...YOUR_MILKCOCOA_APP_ID..."
 #define MILKCOCOA_DATASTORE   "mbed_lan"
 
 /************* Milkcocoa Setup (you don't need to change this!) ******************/