diff options
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}. |