|
LOGGER
Logger
Data Logging using ESP8266
|
#include "consoleio.h"#include "dataservices.h"#include "dlvrpressure.h"#include "error.h"#include "flashservices.h"#include "huzzahpins.h"#include "i2cservices.h"#include "networkservices.h"#include "onewireservices.h"#include "pincounter.h"#include "processorsensors.h"#include "sensorlibrary.h"#include "services.h"#include "sleepservices.h"#include "spiservices.h"#include "tca9539.h"#include "timeservices.h"#include "version.h"#include "webservices.h"#include "webpages.h"Go to the source code of this file.
Macros | |
| #define | MAJOR_VERSION 1 |
| < version of this include file More... | |
| #define | MINOR_VERSION 1 |
| Minor version number. | |
| #define | LOCAL_COPYRIGHT "Copyright 2016 by Dragonnorth Group" |
| Application specific part of the copyright to display. | |
| #define | VERSION_EDIT |
Application specific version number information
| #define MAJOR_VERSION 1 |
< version of this include file
Major version number
| #define VERSION_EDIT |
Edit number that is part of the version to emit. This is the sum of module include file edits.
1.8.10