digitalWriteFast icon indicating copy to clipboard operation
digitalWriteFast copied to clipboard

Arduino library for faster digitalWrite using port manipulation and macro for ease in pin assignments.

Results 2 digitalWriteFast issues
Sort by recently updated
recently updated
newest added

a couple of enhancements: 1. add definitions for Digispark ATTiny85 2. allow pinModeFast and digitalWriteFast (and NonConstantUsed) to be inlined within an expression (I added new names ending with _expr,...