Skip to content

Using c++ templates to access ports just as efficient as bit fiddling

Notifications You must be signed in to change notification settings

rigomate/avr8-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is to demonstrate how to use c++ with high efficency on a simple AVR.
The project compiles with Atmel Sutdio 7 on a atmega88a.
Using the -O3, it can be observed with the example that a c++ port class is just as efficient as the oldschool AVR bit fiddling style.

About

Using c++ templates to access ports just as efficient as bit fiddling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages