WatsonIoT
Dependencies: C12832 EthernetInterface LM75B MMA7660 MQTT mbed-rtos mbed
Fork of IBMIoTClientEthernetExample by
Revision 20:747b40e82678, committed 2017-01-12
- Comitter:
- occle
- Date:
- Thu Jan 12 15:49:03 2017 +0000
- Parent:
- 19:d91f7b4ef2a9
- Commit message:
- WatsonIoT
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d91f7b4ef2a9 -r 747b40e82678 main.cpp --- a/main.cpp Mon May 23 13:48:48 2016 +0000 +++ b/main.cpp Thu Jan 12 15:49:03 2017 +0000 @@ -35,10 +35,10 @@ #define __APP_SW_REVISION__ "18" // Configuration values needed to connect to IBM IoT Cloud -#define ORG "quickstart" // For a registered connection, replace with your org -#define ID "" // For a registered connection, replace with your id -#define AUTH_TOKEN "" // For a registered connection, replace with your auth-token -#define TYPE DEFAULT_TYPE_NAME // For a registered connection, replace with your type +#define ORG "mdb2r8" // For a registered connection, replace with your org +#define ID "564687e3298e" // For a registered connection, replace with your id +#define AUTH_TOKEN "_?eabyyxSjbZj!)*5L" // For a registered connection, replace with your auth-token +#define TYPE "FRDMK64F" // For a registered connection, replace with your type #define MQTT_PORT 1883 #define MQTT_TLS_PORT 8883