Thermometer connected to internet

Dependencies:   BME280 EthernetInterface FXOS8700Q HTTPClient-wolfSSL NTPClient NetworkAPI OAuth4Tw TSL2561_I2C eCompass_FPU_Lib mbed-rtos mbed wolfSSL

Fork of TCP_Server_Example by Roy van Dam

OAuthKey.h

Committer:
zeus3110
Date:
2015-09-27
Revision:
12:12369ee344ab

File content as of revision 12:12369ee344ab:

#ifndef OAUTHKEY_H
#define OAUTHKEY_H

// OAuthKey
OAuth4Tw oa4t("xxx", // Consumer key
              "xxx", // Consumer secret
              "xxx", // Access token
              "xxx"); // Access token secret

#endif