Example ARM Mbed client for connecting to the thinger.io platform.

Dependencies:   ThingerEthernetClient mbed

Revision:
1:eaf1cc124052
Parent:
0:3da5c7b671dd
--- a/main.cpp	Mon Dec 28 13:07:48 2015 +0000
+++ b/main.cpp	Mon Dec 28 13:09:18 2015 +0000
@@ -8,7 +8,7 @@
 }
 
 int main() {
-    ThingerEthernetClient thing("alvarolb", "wiznet", "wiznet");
+    ThingerEthernetClient thing("username", "device_id", "device_credential");
     
     thing["red_led"].set_input(redLedCallback);