From 09d0b523aa47c957afd05236fecef0518746f49f Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:00:16 +0100 Subject: [PATCH] Spell check --- content/micropython/06.communication/uart/uart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/micropython/06.communication/uart/uart.md b/content/micropython/06.communication/uart/uart.md index df917fec6d..eb57c23a99 100644 --- a/content/micropython/06.communication/uart/uart.md +++ b/content/micropython/06.communication/uart/uart.md @@ -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