LEDの点灯状態をMilkcocoaから受け取って変更するテストプログラム

Dependencies:   EthernetInterface Milkcocoa_eth mbed-rtos mbed

Fork of MilkcocoaSample_Eth by Junichi Katsu

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Wed Feb 24 17:03:29 2016 +0000
Parent:
1:a45427394577
Commit message:
??

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	Wed Feb 24 16:59:36 2016 +0000
+++ b/Milkcocoa.lib	Wed Feb 24 17:03:29 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/jksoft/code/Milkcocoa_EthernetIF/#8abe70267912
+https://developer.mbed.org/users/jksoft/code/Milkcocoa_eth/#2ebad9b5f1e1
--- a/main.cpp	Wed Feb 24 16:59:36 2016 +0000
+++ b/main.cpp	Wed Feb 24 17:03:29 2016 +0000
@@ -12,7 +12,7 @@
 
 /************************* Your Milkcocoa Setup *********************************/
 
-#define MILKCOCOA_APP_ID      "teaidsirehz"
+#define MILKCOCOA_APP_ID      "...YOUR_MILKCOCOA_APP_ID..."
 #define MILKCOCOA_DATASTORE   "LED"
 
 /************* Milkcocoa Setup (you don't need to change this!) ******************/