sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
ESP8266_SHT31_WiFi_REST.ino File Reference
#include <ESP8266WiFi.h>
#include <aREST.h>
#include <Wire.h>
#include "Adafruit_SHT31.h"

Macros

#define LISTEN_PORT   80
 

Functions

WiFiServer server (LISTEN_PORT)
 
int ledControl (String command)
 
void setup (void)
 
void loop ()
 

Variables

aREST rest = aREST()
 
const char * ssid = "Buffalo-G-E69A"
 
const char * password = "14661655"
 
Adafruit_SHT31 sht31 = Adafruit_SHT31()
 
float temperature
 
float humidity
 
String sDESC = String("SHT31 Sensor I2C Mini Module")
 
String sDATE = String(__DATE__)
 
String sTIME = String(__TIME__)
 
String sIDE = String(ARDUINO, DEC)
 
String sVERSION = String(__VERSION__)
 
String sFILE = String(__FILE__)
 

Macro Definition Documentation

#define LISTEN_PORT   80

Function Documentation

int ledControl ( String  command)
void loop ( void  )
WiFiServer server ( LISTEN_PORT  )
void setup ( void  )

Variable Documentation

float humidity
const char* password = "14661655"
aREST rest = aREST()
String sDATE = String(__DATE__)
String sDESC = String("SHT31 Sensor I2C Mini Module")
String sFILE = String(__FILE__)
Adafruit_SHT31 sht31 = Adafruit_SHT31()
String sIDE = String(ARDUINO, DEC)
const char* ssid = "Buffalo-G-E69A"
String sTIME = String(__TIME__)
String sVERSION = String(__VERSION__)
float temperature