/AvrCppBaseLib

Common C++ library functions for AVR MCUs.

Primary LanguageC++

Common C++ library functions for AVR MCUs.

I've realized that not too much reusable library is available for pure AVR programming in C++ although avr-gcc and so the official Atmel Studio toolchain fully supports it. So I started to use C++ for my latest AVR projects and organized the reusable parts into this repo.

More info here