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

Dependencies:   C027_Support Milkcocoa mbed-rtos mbed

Revision:
2:aa77e6a555db
Parent:
0:c36d07c6cd0f
--- a/main.cpp	Mon Feb 29 09:24:42 2016 +0000
+++ b/main.cpp	Mon Feb 29 09:32:45 2016 +0000
@@ -23,7 +23,7 @@
 /************************* Your Milkcocoa Setup *********************************/
 
 #define MILKCOCOA_APP_ID      "...YOUR_MILKCOCOA_APP_ID..."
-#define MILKCOCOA_DATASTORE   "MDM"
+#define MILKCOCOA_DATASTORE   "mbed"
 
 /************* Milkcocoa Setup (you don't need to change this!) ******************/