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

Port.h

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

File content as of revision 12:12369ee344ab:

#ifndef PORT_H
#define PORT_H

// I2C Port
#define I2C_SCL PTE24
#define I2C_SDA PTE25 

// GPIO Port for LED
#define LED_G LED2
#define LED_R LED1
#define LED_B LED3

// Debug Port
extern Serial pc;

#endif