summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-08-18 16:11:03 +0530
committerlistout <listout@protonmail.com>2021-08-18 16:11:03 +0530
commit33143554f3675821ce4799422ea43be29d8d887b (patch)
treea8a8f2aeb8088bd37cabd6fc99324faa855022f7
parent9231c0fd70479c841bb999f8f3bac9a7559b0fd8 (diff)
addes usage of UART in avr project
-rw-r--r--resume.pdfbin265056 -> 265346 bytes
-rw-r--r--resume.tex6
2 files changed, 3 insertions, 3 deletions
diff --git a/resume.pdf b/resume.pdf
index b2b4c1a..183b2a4 100644
--- a/resume.pdf
+++ b/resume.pdf
Binary files differ
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}.