LOGGER  Logger
Data Logging using ESP8266
Functions | Variables
version.h File Reference
#include <arduino.h>
#include "basetype.h"
#include "versionnumbers.h"

Go to the source code of this file.

Functions

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

Variables

const char * pProgramName
 < version of this include file More...
 

Detailed Description

Version number reporting

Function Documentation

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
void dumpVersion ( Print *  pPrint)

output the version number

Parameters
pPrintwhere to output to
int versionRevision ( )

get the revision number

Returns
the revision number

Variable Documentation

const char* pProgramName

< version of this include file

Name of the program