mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
HAL_ChibiOS: fixed KakuteF7 UART order
This commit is contained in:
parent
fa487fe1bc
commit
da402f4fb7
@ -21,16 +21,16 @@ The KakuteF7 AIO is a flight controller produced by [Holybro](http://www.holybro
|
||||
## UART Mapping
|
||||
|
||||
- SERIAL0 -> USB
|
||||
- SERIAL1 -> UART3 (Telem1)
|
||||
- SERIAL1 -> UART1 (Telem1)
|
||||
- SERIAL2 -> UART2 (Telem2)
|
||||
- SERIAL3 -> UART1 (GPS)
|
||||
- SERIAL3 -> UART3 (GPS)
|
||||
- SERIAL4 -> UART4
|
||||
- SERIAL5 -> UART7
|
||||
- SERIAL6 -> UART6 (Transmit only, FrSky)
|
||||
|
||||
## RC Input
|
||||
|
||||
RC input is configured on the R6 (UART6_RX) pin. It supports all RC protocols.
|
||||
RC input is configured on the R6 (UART6_RX) pin. It supports all RC protocols.
|
||||
|
||||
## FrSky Telemetry
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user