Skip to content

Commit 5509776

Browse files
author
AnotherButler
authored
Update serial_communication.md
Added NUCLEO-F401RE pin map for clarification
1 parent 7d2f453 commit 5509776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/getting_started/serial_communication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ int main() {
9595

9696
<span class="tips">**Note:** This example only works if LED1 is on the Pwm pin of the board you are using, such as the NUCLEO-F401RE. </span>
9797

98+
<span class="images">![](NUCLEO-F401RE.PNG)<span>The pin map of the NUCLEO-F401RE shows LED1 on the Pwm pin.</span></span>
99+
98100
```c
99101
#include "mbed.h"
100102

0 commit comments

Comments
 (0)