This commit is contained in:
Rbiter 2025-06-05 19:25:43 +03:00
parent 61e2b9771a
commit f930310cf7
3 changed files with 9660 additions and 0 deletions

6
COMIT.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
set /p msg=Comit Message:
git add .
git commit -m "%msg%"
git push
pause

9654
Hardware/T-Wing_SCH.pdf Normal file

File diff suppressed because it is too large Load Diff

0
Software/src/main.c Normal file
View File