mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 00:26:33 +00:00
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.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
enum MESSAGE_IDX
|
||||
{
|
||||
STX = 0,
|
||||
CTRL = 2,
|
||||
Data_len = 3,
|
||||
SEQ = 5,
|
||||
CMD_ID = 7,
|
||||
DATA = 8
|
||||
};
|
||||
Reference in New Issue
Block a user