https://github.com/roboticsbrno/avrlib
Avrlib is C/C++ library for AVR microcontroller's (Tiny, Mage, Xmega) from Atmel/Microchip.
https://github.com/roboticsbrno/avrlib
Last synced: about 1 year ago
JSON representation
Avrlib is C/C++ library for AVR microcontroller's (Tiny, Mage, Xmega) from Atmel/Microchip.
- Host: GitHub
- URL: https://github.com/roboticsbrno/avrlib
- Owner: RoboticsBrno
- License: mit
- Created: 2018-07-30T11:07:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T15:53:09.000Z (about 7 years ago)
- Last Synced: 2025-02-08T23:26:21.199Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# avrlib
Avrlib is C/C++ library for AVR microcontroller's (Tiny, Mage, Xmega) from Atmel/Microchip.
[Authors](https://github.com/RoboticsBrno/avrlib/graphs/contributors)
## Avrlib help with:
- pins (pin.hpp, porta.hpp...)
- timers (time1.hpp, time3.hpp...)
- usart (usart.hpp, usart0.hpp...)
- comunications (format.hpp, sstream.hpp, buffer.hpp, bluetooth.hpp)
- utility functions (util.hpp, algorithm.hpp, math.hpp)
- eeprom (eeprom.hpp)
- ...