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

Twitter.h

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

File content as of revision 12:12369ee344ab:

#ifndef TWITTER_H
#define TWITTER_H

// prototype
void updateTime();
void EnvTweet();
void example_getUserData();
void TwitterClient(void const *arg);

#define RESPONSE_BUFFER_SIZE 4096

#endif