diff options
author | listout <listout@protonmail.com> | 2021-08-18 16:11:03 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-18 16:11:03 +0530 |
commit | 33143554f3675821ce4799422ea43be29d8d887b (patch) | |
tree | a8a8f2aeb8088bd37cabd6fc99324faa855022f7 /resume.tex | |
parent | 9231c0fd70479c841bb999f8f3bac9a7559b0fd8 (diff) |
addes usage of UART in avr project
Diffstat (limited to 'resume.tex')
-rw-r--r-- | resume.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}. |