Обновлено математическое окружение прошивки

*Добавлены реализации кватерниона и векторов
This commit is contained in:
2026-04-16 13:19:08 +03:00
parent 52922afeb1
commit da4dfbfae5
10 changed files with 872 additions and 427 deletions

6
Source/main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "stm32g4xx.h"
int main()
{
return 0;
}