PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include "telemetry.h"
#include <px4_platform_common/log.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | DSHOT_TELEMETRY_UART_BAUDRATE 115200 |
#define DSHOT_TELEMETRY_UART_BAUDRATE 115200 |
Definition at line 45 of file telemetry.cpp.
Referenced by DShotTelemetry::init().