Thinger IO Cloude Service Test Example with WIZwiki-W7500
Dependencies: DHT WIZnetInterface mbed-src
Smart WIZwiki_W7500 IoT platform with the Open source IoT Cloud server thinger.io
Overview
This project is based on mbed WIZwiki-W7500 platform launced by WIZnet. WIZwiki-W7500 can connect to the smart IoT cloud server called thinger.io.
Demos
For more detail
Revision 5:c4c405bc6e6d, committed 2015-09-24
- Comitter:
- MidnightCow
- Date:
- Thu Sep 24 01:02:46 2015 +0000
- Parent:
- 4:e96e3743fbff
- Commit message:
- Code refined.
Changed in this revision
ThingerIO/ThingerMBedClient.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e96e3743fbff -r c4c405bc6e6d ThingerIO/ThingerMBedClient.h --- a/ThingerIO/ThingerMBedClient.h Thu Sep 24 00:26:43 2015 +0000 +++ b/ThingerIO/ThingerMBedClient.h Thu Sep 24 01:02:46 2015 +0000 @@ -91,8 +91,6 @@ } if(flush && out_size_>0){ #ifdef _DEBUG_ - //Serial.print(F("[THINGER] Writing bytes: ")); - //Serial.print(out_size_); printf("[THINGER] Writing bytes: %d", out_size_); #endif @@ -103,9 +101,6 @@ out_size_ = 0; #ifdef _DEBUG_ - //Serial.print(F(" [")); - //Serial.print(success ? F("OK") : F("FAIL")); - //Serial.println(F("]")); printf(" [%s]\r\n",success ? "OK" : "FAIL"); #endif