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++
- Host: GitHub
- URL: https://github.com/embeddedcrab/atmega32-libaries
- Owner: embeddedcrab
- Created: 2016-12-06T19:34:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T19:13:46.000Z (about 9 years ago)
- Last Synced: 2025-03-10T17:35:36.527Z (10 months ago)
- Topics: atmega32, cpp, libraries, peripherals
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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