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

Compatibility to ARM Cortex M0, M3, esp8266? #2

Open
dsyleixa opened this issue Jan 22, 2018 · 1 comment
Open

Compatibility to ARM Cortex M0, M3, esp8266? #2

dsyleixa opened this issue Jan 22, 2018 · 1 comment

Comments

@dsyleixa
Copy link

Is your lib also compatible for Arduino Due (M3), Teensy, M0 / Zero, esp8266? Because the AVRs are actually completely obsolete nowadays, because too weak both of cpu clock and RAM. e.g., the Due calculates Float already 3x as fast as an AVR (Uno, Mega), and even up to 150x as fast with Integer.
So frequency polling could be achieved much faster and much more accurately by ARM cpus.

@avandalen
Copy link
Collaborator

avandalen commented Jan 22, 2018 via email

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