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

Dependencies:   Milkcocoa mbed

Dependents:   M2m

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Mon Feb 29 09:19:56 2016 +0000
Parent:
3:9913fc5bb423
Commit message:
????????????????; Milkcocoa????????

Changed in this revision

Milkcocoa.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Milkcocoa.lib	Sat Feb 27 00:13:13 2016 +0000
+++ b/Milkcocoa.lib	Mon Feb 29 09:19:56 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/jksoft/code/Milkcocoa/#4a634c06c5dc
+https://developer.mbed.org/users/jksoft/code/Milkcocoa/#9afb66979712
--- a/main.cpp	Sat Feb 27 00:13:13 2016 +0000
+++ b/main.cpp	Mon Feb 29 09:19:56 2016 +0000
@@ -8,7 +8,7 @@
 // The default setting is for the Simple IoT Board(mbed LPC1114FN28)
 // Please change to fit the platform
 SoftSerialSendOnry pc(dp10); // tx
-DigitalOut myled(dp18); 
+DigitalOut myled(dp18);
 
 /************************* WiFi Access Point *********************************/