Skip to content

ceyhunsen/ATmega328P-HAL-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATmega328P HAL Drivers

Unofficial (not affiliated with Microchip in any way) hardware abstraction layer drivers for ATmega328P microcontroller. This driver provides easy to use interface for device peripherals while staying fast and small as possible.

Documentation

Documentation can be generated locally. In order to generate documentation, your system should have Doxygen installed.

cd docs/
doxygen Doxyfile

Generated documents will be placed in docs/build directory.

License

This project is licensed under MIT license.