Skip to content

Commit e67d5e6

Browse files
authored
Update content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md
1 parent 3313a64 commit e67d5e6

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual

1 file changed

+1
-1
lines changed

content/hardware/04.pro/boards/portenta-c33/tutorials/user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ The Portenta C33 supports UART communication. The pins used in the Portenta C33
706706

707707
The `Arduino Renesas Core` has a built-in library that lets you use the UART communication, the `Serial` library, right out of the box. Let's walk through an example sketch demonstrating some of the module's capabilities.
708708

709-
The example sketch below showcases how to configure UART, read incoming data, and transmit data with the Portenta C33 board, which are common tasks for serial communication.
709+
The example sketch below showcases how to configure the UART interface, read incoming data, and transmit data with the Portenta C33 board, which are common tasks for serial communication.
710710

711711
```arduino
712712
/**

0 commit comments

Comments
 (0)