Files
OmniSocketGo_streaming/robot/v4l2/OmniSocketGo_robot/include/control_protocol.h
2026-08-09 15:56:20 +08:00

8 lines
188 B
C

#ifndef OMNI_CONTROL_PROTOCOL_H
#define OMNI_CONTROL_PROTOCOL_H
#define OMNI_CONTROL_PACKET_FLOATS 6
#define OMNI_CONTROL_PACKET_SIZE (OMNI_CONTROL_PACKET_FLOATS * sizeof(float))
#endif