mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS:Improve SDMODELH7V2 definition
This commit is contained in:
parent
c027c2e978
commit
f5f78b7711
@ -25,11 +25,11 @@ receive pin for UARTn. The Tn pin is the transmit pin for UARTn.
|
||||
- SERIAL0 -> USB
|
||||
- SERIAL1 -> UART1 (Telem1) (MSP DisplayPort)(DMA Capable)
|
||||
- SERIAL2 -> UART2 (Telem2) (connected to internal BT module, not useable by ArduPilot)
|
||||
- SERIAL3 -> UART3 (GPS)(DMA Capable)
|
||||
- SERIAL3 -> UART3 (RCin)(DMA Capable)
|
||||
- SERIAL4 -> UART4 (GPS)
|
||||
- SERIAL5 -> not available
|
||||
- SERIAL6 -> UART6 (RX6 in RCinput, ALT config to use as UART input)
|
||||
- SERIAL7 -> UART7 RX pin only, ESC telem)(DMA Capable)
|
||||
- SERIAL6 -> UART6 (TELEM)
|
||||
- SERIAL7 -> UART7 (RX pin only, ESC telem)(DMA Capable)
|
||||
|
||||
## RC Input
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.4 MiB |
@ -1,6 +1,8 @@
|
||||
# setup for LEDs on chan9
|
||||
SERVO9_FUNCTION 120
|
||||
SERIAL7_PROTOCOL 16
|
||||
#UART Protocol Defaults to allow DMA on RC,GPS on serial 4
|
||||
SERIAL3_PROTOCOL 23
|
||||
SERIAL6_PROTOCOL 2
|
||||
# UART1 for DisplayPort Goggles
|
||||
SERIAL1_PROTOCOL 42
|
||||
OSD_TYPE2 5
|
||||
|
Loading…
Reference in New Issue
Block a user