digitalIOPerformance
digitalIOPerformance copied to clipboard
An Arduino library for high performance digital I/O with no code changes necessary. Inspired by digitalWriteFast.
I only tested with nano so far...
Hi! Thanks for the lib! I appreciated digitalWriteFast - but no Leonardo support and not developer feedback :-/ Anyway, I wanted to suggest feature digitalInvert/digitalToggle to the lib that takes...
Nice work! digitalWriteSafe and digitalReadSafe work with my Teensy3 ARM. digitalWriteSafe is 18 times faster than digitalWrite. setModeFast, and the ...Safe versions are not recognized during Teensy3 compile.