LOGGER
Logger
Data Logging using ESP8266
|
#include <arduino.h>
#include <ESP8266WiFi.h>
#include "processorsensors.h"
#include "huzzahpins.h"
#include "pincounter.h"
#include "sensorlibrary.h"
Enumerations | |
enum | PinType_t { PinTypeUsedForIO, PinTypeInput, PinTypeInputPullup, PinTypeOutput } |
How a processor pin is used. | |
Functions | |
EXTERNDEF void | processorsensorsInit () |
Initialize the onewire services, call once at system startup. | |
Variables | |
EXTERNVAR volatile bool | processorDataReadySeen |
< version of this include file More... | |
Services for reading and reporting onewire devices
EXTERNVAR volatile bool processorDataReadySeen |
< version of this include file
Set to true when a sensor device has signaled that it has data ready by pulling the NOT_DATA_READY pin low. Typically set in an ISR.