digitalIOPerformance icon indicating copy to clipboard operation
digitalIOPerformance copied to clipboard

DigitalWriteSafe works with Teensy3 ARM

Open Paul47 opened this issue 10 years ago • 1 comments

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.

Paul47 avatar Mar 10 '14 22:03 Paul47

Hi Paul,

I'm glad you like the library, but I'm afraid I don't think that could possibly be right... this library only supports AVRs. On any other platform it just falls through to the same digitalWrite() Arduino calls you'd get anyhow.

Angus

projectgus avatar Mar 10 '14 22:03 projectgus