This repository contains various applications and tests for the AVR ATmega32 microcontroller. It includes example projects demonstrating the use of EEPROM, UART, ICU, and PWM modules.
- EEPROM Test: Example for testing EEPROM read/write operations.
- UART Test: Example for testing UART communication.
- ICU PWM Read: Example for reading PWM signals using ICU.
- PWM Read ICU HW: Example for PWM signal handling with ICU hardware support.
- EEPROM_TEST/: EEPROM test application.
- UART_TEST/: UART test application.
- ICU_PWM_Read/: ICU PWM read example.
- PWM_READ_ICU_HW/: PWM read with ICU hardware support.
- AVR-GCC compiler.
- Basic knowledge of embedded C programming.
- Clone the repository:
git clone https://github.com/mhmoudramadan/AVR-Applications.git
Modify the configuration parameters in the respective source code files to suit your application requirements.
Contributions are welcome! Please submit pull requests or open issues to help improve this project.
This project is licensed under the MIT License - see the LICENSE file for details.