christophjurczyk / ATmegaxxM1_avr_libraries

Library for uart communication interface for ATmega16M1, ATmega32M1 and ATmega64M1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATmegaxxM1 UART, ADC and DAC Libraries

UART, ADC and DAC libraries for the ATmega16M1, ATmega32M1 and ATmega64M1.

Have a look at the example main.cpp how to include the libraries. Libraries were tested with the internal 8 MHz oscillator. If needed change F_CPU to your oscillator frequency.

You can find the documentation here.

About

Library for uart communication interface for ATmega16M1, ATmega32M1 and ATmega64M1

License:GNU General Public License v3.0


Languages

Language:C++ 54.4%Language:C 32.8%Language:Makefile 12.8%