Update uart.md

Fixed Type in the heading
This commit is contained in:
Aditya Patil 2024-04-04 14:40:57 +05:30 committed by GitHub
parent 104b771429
commit b0c8188eef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,7 +78,7 @@ Configure the settings such as baudrate and device name in the `Serial port setu
After configuration, use the command `minicom` to start get the UART Console.
# UART Via Arduino UNO R3 (Remoable Atmel 328p Chip Boards)
# UART Via Arduino UNO R3 (Removable Atmel 328p Chip Boards)
Incase UART Serial to USB adapters are not available, Arduino UNO R3 can be used with a quick hack. Since Arduino UNO R3 is usually available anywhere, this can save a lot of time.