5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-19 23:28:32 -04:00
ardupilot/libraries/AP_IOMCU/iofirmware/rc.h
2019-03-26 10:27:54 +11:00

5 lines
94 B
C

#pragma once
#include <stdint.h>
void sbus_out_write(uint16_t *channels, uint8_t nchannels);