refactor: move display.h to include/display and add CMake build for Thermometr example

This commit is contained in:
Stanislav N Mikhailov
2026-02-23 12:23:55 +03:00
parent d8f7bf241f
commit 8b7b91eaad
5 changed files with 101 additions and 1 deletions
+11 -1
View File
@@ -1,3 +1,13 @@
build/*
.vscode/*
**/build/
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
compile_commands.json
Makefile
CTestTestfile.cmake
Testing/
.cmake/
.vscode/*