|
LOGGER
Logger
Data Logging using ESP8266
|
#include "basetype.h"Go to the source code of this file.
Functions | |
| void | processorsensorsInit () |
| Initialize the onewire services, call once at system startup. | |
| void | dumpProcessorPins (Print *pPrinter, bool forWeb, uint32_t value) |
Variables | |
| volatile bool | processorDataReadySeen |
| < version of this include file More... | |
Services to read and report the sensors that are directly on the processor.
| void dumpProcessorPins | ( | Print * | pPrinter, |
| bool | forWeb, | ||
| uint32_t | value | ||
| ) |
For the processor pins that are inputs report the state of the pins that are on.
| pPrinter | where to send the output |
| forWeb | true to format for the web |
| value | bit mask showing state of the pins |
| 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.
1.8.10