This repository contains all the code that has ever been run on the Atmel Studio 7.0 app on my desktop
usart.c
- code for implementing USART communication protocol between atmega 32A and CPUspi_master.c
- code for implementing SPI communication protocol between two Atmega32A microcontrollersspi_slave.c
- code for implementing SPI communication protocol between two Atmega32A microcontrollerstwi_master.c
- code for implementing TWI communication protocol between two Atmega32A microcontrollerstwi_slave.c
- code for implementing TWI communication protocol between two Atmega32A microcontrollers