Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsousalima committed Jan 30, 2025
1 parent 72ad074 commit 09d0b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/micropython/06.communication/uart/uart.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ while True:
uart.write("pong\n")
buffer = "" # Clear the buffer
```
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:
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:

```python
from machine import UART
Expand Down

0 comments on commit 09d0b52

Please sign in to comment.