An open API service indexing awesome lists of open source software.

https://github.com/embeddedcrab/atmega32-libaries

ATmega32 peripheral libraries in C++
https://github.com/embeddedcrab/atmega32-libaries

atmega32 cpp libraries peripherals

Last synced: 6 months ago
JSON representation

ATmega32 peripheral libraries in C++

Awesome Lists containing this project

README

          

# ATmega32-Libaries

I have created some libraries for ATmega32 peripherals and commonly used devices, each contains a .h and .cpp file. I have tried to include every kind of operation that can be done using peripherals and devices which can easily be modulated according to usage.

These can easily be converted into C code (if not familiar with c++), one of the reasons to use cpp is that it binds everything together which is a big advantage over c.

Usage :
you just have to include the .h file in your main file and declare an object of class then simply call member functions using that object.

# Find more at www.embeddedcrab.com