Dodanie folderów include i src

This commit is contained in:
2026-03-23 12:09:05 +01:00
commit 0985792a06
27 changed files with 3357 additions and 0 deletions

9
include/Version.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION "1.3.2"
// 1: graphical 128x64, 2: LCD I2C Text 4x20
#define LCD_TYPE 2
#endif