From b0c8188eef1960c6f1371bedddb468eca66ab9dc Mon Sep 17 00:00:00 2001 From: Aditya Patil <72488360+PythonHacker24@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:40:57 +0530 Subject: [PATCH] Update uart.md Fixed Type in the heading --- todo/hardware-hacking/uart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/hardware-hacking/uart.md b/todo/hardware-hacking/uart.md index df89e10bb..201cf2410 100644 --- a/todo/hardware-hacking/uart.md +++ b/todo/hardware-hacking/uart.md @@ -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.