Example ARM Mbed client for connecting to the thinger.io platform.
Dependencies: ThingerEthernetClient mbed
Revision 1:eaf1cc124052, committed 2015-12-28
- Comitter:
- alvarolb
- Date:
- Mon Dec 28 13:09:18 2015 +0000
- Parent:
- 0:3da5c7b671dd
- Commit message:
- fix
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3da5c7b671dd -r eaf1cc124052 main.cpp --- 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);