AlphaLCD helper for Arduino  1.0.4
LCD helper example for Arduino with AlphaLCD and Streaming library
 All Classes Files Functions Variables Macros
Version.h File Reference

Version and Build NumberHelper Class. More...

Go to the source code of this file.

Macros

#define build()   "1.0.4 rc"
 Incremental build number. More...
 
#define version()   "1.1"
 Firmware version. More...
 
#define project()   "Electroschematics"
 Project name. More...
 

Detailed Description

Version and Build NumberHelper Class.

This helper macros exposes the static methods to get the firmware version and the build number. Use the build() and version() metho5ds anywhere in the program including this file

Definition in file Version.h.

Macro Definition Documentation

#define build ( )    "1.0.4 rc"

Incremental build number.

Definition at line 12 of file Version.h.

#define project ( )    "Electroschematics"

Project name.

Definition at line 16 of file Version.h.

#define version ( )    "1.1"

Firmware version.

Definition at line 14 of file Version.h.

Referenced by welcome().