LOGGER  Logger
Data Logging using ESP8266
consoleio.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 consoleioHedit
9 #define consoleioHedit 1
10 // 13Dec15 MJNewman 1: Created
11 //
12 // An unrestricted license to this software is granted to:
13 // None granted yet.
14 // and may be granted to others.
15 
16 #include "basetype.h"
17 
21 extern void consoleioLoop();
22 
24 extern void do_dumpVersion(const char *);
25 
27 extern bool verboseReports;
28 
29 #endif // defined(consoleioHedit)
void consoleioLoop()
< version of this include file
Definition: consoleio.cpp:755
bool verboseReports
Flag to control verbose reports.
Definition: consoleio.cpp:141
void do_dumpVersion(const char *)
Dump the version information.