Skip to content

Commit 09d0b52

Browse files
Spell check
1 parent 72ad074 commit 09d0b52

File tree

1 file changed

+1
-1
lines changed
  • content/micropython/06.communication/uart

1 file changed

+1
-1
lines changed

content/micropython/06.communication/uart/uart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ while True:
130130
uart.write("pong\n")
131131
buffer = "" # Clear the buffer
132132
```
133-
Now copy the following code into your `main.py` file and run it on the board you designated as "secondary". In this case we are exanding the secondary board to be able to write via UART too:
133+
Now copy the following code into your `main.py` file and run it on the board you designated as "secondary". In this case we are expanding the secondary board to be able to write via UART too:
134134

135135
```python
136136
from machine import UART

0 commit comments

Comments
 (0)