Files
WoodDrone/utils/mot.h
Dana Markova 0de214c9a1 first commit
2025-07-28 13:21:36 +03:00

7 lines
236 B
C

#pragma once
void QUAD_Set(short throt, short x, short y, short z);
void QUAD_Set2(short throt, short x, short y, short z);
void QUAD_Set3(short throt, short x, short y, short z);
void HEXA_Set(short throt, short x, short y, short z);