Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DigitalWriteSafe works with Teensy3 ARM #3

Open
Paul47 opened this issue Mar 10, 2014 · 1 comment
Open

DigitalWriteSafe works with Teensy3 ARM #3

Paul47 opened this issue Mar 10, 2014 · 1 comment

Comments

@Paul47
Copy link

Paul47 commented Mar 10, 2014

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.

@projectgus
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants