Files
autopilot/misc/camera/a8/defines.h
T
Nffj84 33399370f3 Simple program to control Siyi A8 mini gimbal
Simple program to control Siyi A8 mini (actually some other Siyi cameras too).

Receiving responce sometimes gives error when checking CRC.
2024-05-26 12:56:51 +03:00

13 lines
124 B
C

#pragma once
enum MESSAGE_IDX
{
STX = 0,
CTRL = 2,
Data_len = 3,
SEQ = 5,
CMD_ID = 7,
DATA = 8
};