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

Dependencies:   C027_Support Milkcocoa mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Mon Feb 29 09:32:45 2016 +0000
Parent:
1:313803070ff4
Commit message:
????????????????

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 313803070ff4 -r aa77e6a555db main.cpp
--- 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!) ******************/