https://github.com/fortyseveneffects/cake
C++ AVR Kernel and Extensions, yummy !
https://github.com/fortyseveneffects/cake
avr avr-library hardware template-library
Last synced: 4 months ago
JSON representation
C++ AVR Kernel and Extensions, yummy !
- Host: GitHub
- URL: https://github.com/fortyseveneffects/cake
- Owner: FortySevenEffects
- License: mit
- Created: 2017-01-05T12:46:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T08:17:23.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T00:29:21.068Z (6 months ago)
- Topics: avr, avr-library, hardware, template-library
- Language: C++
- Size: 127 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cake
C++ AVR Kernel & Extensions
## Hardware Abstraction Layers for AVR processors
This library exposes some template classes and utilities for interfacing AVR hardware features efficiently.
It may result in more code to type and a good headache if templates are not your thing,
but the avr-gcc compiler seems to love this kind of stuff.Inspired by Emilie Gillet's [pichenettes/avril](https://github.com/pichenettes/avril) library.