Working simple interrupt on TIM2

This commit is contained in:
2026-05-04 15:33:10 +02:00
parent 7abecf0571
commit 2a57e395f5
130 changed files with 201660 additions and 0 deletions

35
STM32/.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# ========================
# Build outputs
# ========================
build/
**/build/
*.elf
*.bin
*.hex
*.map
*.o
*.a
*.d
# ========================
# CMake
# ========================
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
compile_commands.json
# ========================
# IDE / Editor
# ========================
.vscode/
.idea/
*.swp
*.log
# ========================
# OS
# ========================
.DS_Store
Thumbs.db