ATmega328P HAL Driver
Documentation

Welcome to the ATmega328P hal driver documentation. This driver's source code is hosted on Github and it's documentation is at atmega328p-hal-driver.rtfd.io.

  1. Getting Started
  2. AVR Memories
  3. Power Management And Sleep Modes
  4. System Control And Reset
  5. I/O Ports
  6. Timer
  7. SPI
  8. USART
  9. TWI
  10. ADC

Doxygen based documentation can be generated offline:

cd docs/
doxygen Doxyfile

Generated documents will be in docs/build directory.