/*
IMPORTANT NOTE about TembooAccount.h
TembooAccount.h contains your Temboo account information and must be included
alongside your sketch. To do so, make a new tab in Arduino, call it TembooAccount.h,
and copy this content into it.
*/
#define TEMBOO_ACCOUNT "arduinosintern" // Your Temboo account name
#define TEMBOO_APP_KEY_NAME "myFirstApp" // Your Temboo app key name
#define TEMBOO_APP_KEY "sYt7tRDXe0NMjnEkR1fqgikYyCChPZ4i" // Your Temboo app key
#define ETHERNET_SHIELD_MAC {0x00, 0x0F, 0xEA, 0x31, 0x89, 0xD1}
/*
The same TembooAccount.h file settings can be used for all Temboo SDK sketches.
Keeping your account information in a separate file means you can share the
main .ino file without worrying that you forgot to delete your credentials.
*/
Detected encoding: ASCII (7 bit) | 2
|