Skip to content

Very simple Arduino library for easier AVR port manipulation

License

Notifications You must be signed in to change notification settings

julianschuler/directIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directIO

Overview

A very simple Arduino Library adding useful makros for easier AVR port manipulation. The provided makros directRead, directWrite and directMode are faster and require less programming space than their default counterparts digitalRead, digitalWrite and pinMode, making them ideal for programming AVRs with tight memory or timing constrains. Non-AVR based boards are not supported.

License

This project is licensed under the MIT License, see LICENSE.txt for further information.

About

Very simple Arduino library for easier AVR port manipulation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages