Skip to content

Commit

Permalink
Update creating-configuration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Dec 2, 2023
1 parent df84451 commit be16cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/manufacturer/creating-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,11 @@ The following example shows how to configure the serial ports for a flight contr
#define GPS_UART SERIAL_PORT_USART4

:::note

Serial command is zero index based, so the first serial port is `SERIAL_PORT_USART1` and not `SERIAL_PORT_USART0`.

The USART is meant to do all of the “heavy lifting” serial communication during periods of “high” energy consumption. When the microcontroller is asleep and in a low power mode, though, the UART peripheral can handle low speed communications while offering a reduced energy footprint. Betaflight has UART4 and UART5. Other serial ports are USUART as some board provide LPUART1

:::

### Serial Receiver Provider
Expand Down

0 comments on commit be16cfd

Please sign in to comment.