This is a repository for peripheral and Module drivers for AVR Atmega32 that implemented by Mohamed Ghoraba.
- I2C
- SPI
- UART
- ADC
- Keypad
- LCD
- EEPROM
Common_Macros.h
: It has common macros that help to build drivers and applications more easily ex: Set_Bit....etc.Micro_Config.h
: It has configuration for Microcontroller Atmega32.Std_Types.h
: It has standard data types to make it clearer ex: Uint8...etc.