Files
PI_mikrokontroler_2/include/Version.h
2026-05-10 20:46:23 +02:00

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