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

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 !

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.