LOGGER  Logger
Data Logging using ESP8266
processorsensors.h
Go to the documentation of this file.
1 //
6 // Copyright (c) 2016 by Dragonnorth Group, all rights reserved.
7 //
8 // Author: Michael Newman
9 #ifndef processorsensorsHedit
10 #define processorsensorsHedit 1
11 // 14Feb16 MJNewman 1: Created
12 //
13 // An unrestricted license to this software is granted to:
14 // None granted yet.
15 // and may be granted to others.
16 
17 #include "basetype.h"
18 
19 
22 extern volatile bool processorDataReadySeen;
23 
25 extern void processorsensorsInit();
26 
33 extern void dumpProcessorPins(Print *pPrinter,bool forWeb,uint32_t value);
34 
35 #endif // defined(processorsensorsHedit)
void dumpProcessorPins(Print *pPrinter, bool forWeb, uint32_t value)
void processorsensorsInit()
Initialize the onewire services, call once at system startup.
Definition: processorsensors.cpp:133
volatile bool processorDataReadySeen
< version of this include file
Definition: processorsensors.cpp:31