LOGGER  Logger
Data Logging using ESP8266
version.h
Go to the documentation of this file.
1 //
5 // Copyright (c) 2015 by Dragonnorth Group, all rights reserved.
6 //
7 // Author: Michael Newman
8 #ifndef versionHedit
9 #define versionHedit 1
10 // 13Mar16 MJNewman 1: Created
11 //
12 // An unrestricted license to this software is granted to:
13 // Airborne Sensor, Inc.
14 // and may be granted to others.
15 
16 #include <arduino.h>
17 #include "basetype.h"
18 
19 // Include the application specific declarations
20 #include "versionnumbers.h"
21 
23 extern const char *pProgramName;
24 
28 extern void dumpVersion(Print *pPrint);
29 
35 extern void dumpCopyright(Print *pPrint,bool forWeb = true);
36 
41 extern int versionRevision();
42 
43 #endif // defined(versionHedit)
const char * pProgramName
< version of this include file
Definition: logger.ino:58
int versionRevision()
Definition: version.cpp:64
void dumpVersion(Print *pPrint)
Definition: version.cpp:29
void dumpCopyright(Print *pPrint, bool forWeb=true)
Definition: version.cpp:42