#include <ESP8266WiFi.h>
#include <aREST.h>
#include <Wire.h>
#include "Adafruit_SHT31.h"
|
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__) |
|
int ledControl |
( |
String |
command | ) |
|
const char* password = "14661655" |
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__) |