forked from Akcelerometry_drgania_WMT/PI_mikrokontroler
9 lines
135 B
C
9 lines
135 B
C
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define VERSION "1.3.4.1"
|
|
|
|
// 1: graphical 128x64, 2: LCD I2C Text 4x20
|
|
#define LCD_TYPE 2
|
|
|
|
#endif |