1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 09:21:19 +01:00

Adding default uart configuration to bluepill docs

truncated the lines to fit into a 80 character limit
This commit is contained in:
Bennet Blischke 2018-09-16 21:19:48 +02:00
parent 090a762e1a
commit a4b1e1c367

View File

@ -79,6 +79,7 @@ flash or use this [stlink fork][caboStlink] which has a
## Connecting via Serial
The default UART port used is UART2, which uses pins A2 (TX) and A3 (RX).
To use it, configure your UART to operate at a baudrate of 115200/8N1.
## Using PWM