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

Dependencies:   MQTT_

Dependents:   MilkcocoaSample_Eth_tmp MilkcocoaSample_Eth uhuru_hallowin2

Fork of Milkcocoa by Junichi Katsu

Files at this revision

API Documentation at this revision

Comitter:
jksoft
Date:
Fri Dec 18 04:38:59 2015 +0000
Parent:
1:4a634c06c5dc
Child:
3:8dc743628d54
Commit message:
EthernetIF?

Changed in this revision

MClient.h Show annotated file Show diff for this revision Revisions of this file
--- a/MClient.h	Fri Dec 18 04:30:59 2015 +0000
+++ b/MClient.h	Fri Dec 18 04:38:59 2015 +0000
@@ -1,8 +1,8 @@
 #ifndef _MCLIENT_H_
 #define _MCLIENT_H_
 
-#define USE_ESP8266
-//#define USE_ETHERNET
+//#define USE_ESP8266
+#define USE_ETHERNET
 
 #include "mbed.h"
 #ifdef USE_ESP8266