LOGGER  Logger
Data Logging using ESP8266
Macros | Functions
version.cpp File Reference
#include <arduino.h>
#include "version.h"

Macros

#define versionEdit   3
 version of this module
 

Functions

EXTERNDEF void dumpVersion (Print *pPrint)
 
EXTERNDEF void dumpCopyright (Print *pPrint, bool forWeb)
 
EXTERNDEF int versionRevision ()
 

Detailed Description

Version number output

Function Documentation

EXTERNDEF void dumpCopyright ( Print *  pPrint,
bool  forWeb = true 
)

output the copyright information. If the output is for the web each line of the copyright is put out as a table row.

Parameters
pPrintwhere to output to
forWebtrue adds web formatting
EXTERNDEF void dumpVersion ( Print *  pPrint)

output the version number

Parameters
pPrintwhere to output to
EXTERNDEF int versionRevision ( )

get the revision number

Returns
the revision number