This website requires JavaScript.
Explore
Help
Sign In
aepko
/
Ardupilot2
Watch
1
Star
0
Fork
0
You've already forked Ardupilot2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5722cb584d
Ardupilot2
/
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