From 33143554f3675821ce4799422ea43be29d8d887b Mon Sep 17 00:00:00 2001 From: listout Date: Wed, 18 Aug 2021 16:11:03 +0530 Subject: addes usage of UART in avr project --- resume.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resume.tex') diff --git a/resume.tex b/resume.tex index f41668b..50624d0 100644 --- a/resume.tex +++ b/resume.tex @@ -117,9 +117,9 @@ \subsection{Interfacing with sonar module using Atmega328p:} Using \textit{AVR C} and \textbf{Atmega328p} to interface with \textbf{HC-SR04} (sonar module). Every functionality is written from scratch - and 8-bit fast PWM configuration is used. The interfacing was done in the - \textit{form of a library} to make code \textit{reusable}, PlatformIO was - used as the generation toolset. + and 8-bit fast PWM configuration is used and \textbf{UART} for + communication. The interfacing was done in the \textit{form of a library} to + make code \textit{reusable}, PlatformIO was used as the generation toolset. \href{https://gitlab.com/listout/avr_programming/-/tree/sonar_module} {Link to project}. -- cgit v1.2.3