This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
ardupilot
Watch
5
Star
0
Fork
0
You've already forked ardupilot
mirror of
https://github.com/ArduPilot/ardupilot
synced
2025-01-03 14:38:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e16660b69
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
)
;
Reference in New Issue
Copy Permalink