diff options
author | Tom Igoe <tom.igoe@gmail.com> | 2013-05-27 12:55:58 -0400 |
---|---|---|
committer | Tom Igoe <tom.igoe@gmail.com> | 2013-05-27 12:55:58 -0400 |
commit | 21019b0a41c3e8f13d34d319774f4efa2fc14eda (patch) | |
tree | 1421ea4cc90df906f823e92e867cd40f33380431 | |
parent | d36e30406613e53139fc200e9c342301d778262a (diff) |
Added passwords.h for Xively client
-rw-r--r-- | libraries/Bridge/examples/XivelyClient/passwords.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/Bridge/examples/XivelyClient/passwords.h b/libraries/Bridge/examples/XivelyClient/passwords.h new file mode 100644 index 0000000..0c6fa14 --- /dev/null +++ b/libraries/Bridge/examples/XivelyClient/passwords.h @@ -0,0 +1,5 @@ + +#define APIKEY "XXXXXXXX" // replace your pachube api key here +#define FEEDID 00000 // replace your feed ID +#define USERAGENT "home-sensors" // user agent is the project name + |