Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
radio_control_uavcan.h
Go to the documentation of this file.
1 /*
2 * Radio control over uavcan
3 * Copyright (C) 2026 Fabien-B <fabien-b@github.com>
4 * This file is part of paparazzi. See LICENCE file.
5 */
6
12#pragma once
13
14// Generated code holding the description of a given transmitter
15#include "generated/radio.h"
16
17#define RC_PPM_TICKS_OF_USEC(_x) (_x)
18#define RC_PPM_SIGNED_TICKS_OF_USEC(_x) (_x)
19#define USEC_OF_RC_PPM_TICKS(_x) (_x)
20
21extern void rc_uavcan_init(void);
22extern void rc_uavcan_event(void);
void rc_uavcan_init(void)
void rc_uavcan_event(void)