first commit

This commit is contained in:
Dana Markova
2025-07-28 13:21:36 +03:00
commit 0de214c9a1
547 changed files with 287132 additions and 0 deletions

14
utils/prot.h Normal file
View File

@ -0,0 +1,14 @@
#pragma once
#include "prot_head.h"
extern Point PointGPS;
enum class MAIN_FLY_MODE { WAIT, START, FLY, STOP };
extern MAIN_FLY_MODE MainFlyMode;
extern STATUS_MODE Main_StatusMode;
extern SYS_MODE Main_SysMode;
void PROT_Update();