LOGGER  Logger
Data Logging using ESP8266
Functions | Variables
processorsensors.h File Reference
#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...
 

Detailed Description

Services to read and report the sensors that are directly on the processor.

Function Documentation

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.

Parameters
pPrinterwhere to send the output
forWebtrue to format for the web
valuebit mask showing state of the pins

Variable Documentation

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.