mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 08:36:33 +00:00
33399370f3
Simple program to control Siyi A8 mini (actually some other Siyi cameras too). Receiving responce sometimes gives error when checking CRC.
9 lines
123 B
C++
9 lines
123 B
C++
#pragma once
|
|
|
|
#include <QByteArray>
|
|
|
|
class SerialResponse {
|
|
public:
|
|
static void printResponse(QByteArray response);
|
|
};
|