This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
Watch
5
Star
0
Fork
You've already forked ardupilot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6934a638a1
ardupilot
/
libraries
/
AP_IOMCU
/
iofirmware
/
rc.h
5 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
AP_IOMCU: fix includes
2019-03-22 23:32:56 -03:00
#
pragma once
AP_IOMCU: added SBUS output support
2018-10-29 02:51:43 -03:00
AP_IOMCU: fix includes
2019-03-22 23:32:56 -03:00
#
include
<stdint.h>
AP_IOMCU: added SBUS output support
2018-10-29 02:51:43 -03:00
void
sbus_out_write
(
uint16_t
*
channels
,
uint8_t
nchannels
)
;