#include <Bridge.h>
#include <YunServer.h>
#include <YunClient.h>
#include <aREST.h>
#include <Wire.h>
#include "Adafruit_SHT31.h"
#include "SSD1306Ascii.h"
#include "SSD1306AsciiWire.h"
#include <Process.h>
#include <FileIO.h>
|
aREST | rest = aREST() |
|
Adafruit_SHT31 | sht31 = Adafruit_SHT31() |
|
SSD1306AsciiWire | oled |
|
float | temperature |
|
float | humidity |
|
float | Vs |
|
float | Ti |
|
const String | sDESC = String("SHT31 I2C WiFi Sensor") |
|
const String | sDATE = String(__DATE__) |
|
const String | sTIME = String(__TIME__) |
|
const String | sIDE = String(ARDUINO, DEC) |
|
const String | sVERSION = String(__VERSION__) |
|
const String | sFILE = String(__FILE__) |
|
OneWirePJON device status update function.
- Returns
- (void)
Arduino IDE: put your main code here, to run repeatedly.
Arduino IDE: put your setup code here, to run once.
const String sDATE = String(__DATE__) |
const String sDESC = String("SHT31 I2C WiFi Sensor") |
const String sFILE = String(__FILE__) |
Adafruit_SHT31 sht31 = Adafruit_SHT31() |
const String sIDE = String(ARDUINO, DEC) |
const String sTIME = String(__TIME__) |
const String sVERSION = String(__VERSION__) |