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
Go to the documentation of this file.
1 
8 #ifndef __VERSION_H__
9 #define __VERSION_H__
10 
12 #define build() "1.0.4 rc"
13 #define version() "1.1"
15 #define project() "Electroschematics"
17 
18 #endif //__VERSION_H__