Skip to content

embeddedcrab/ATmega32-Libaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

ATmega32 peripheral libraries in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages