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

Implement a poorman's printf for Arduino #67

Open
sofian opened this issue Jul 10, 2013 · 0 comments
Open

Implement a poorman's printf for Arduino #67

sofian opened this issue Jul 10, 2013 · 0 comments

Comments

@sofian
Copy link
Owner

sofian commented Jul 10, 2013

In error.h (or perhaps somewhere in compat, I dunno) we could write a "poorman's printf" that would just iterate through the %-style arguments and call Serial.print() on them. (Actually it should rather be a poorman's version of vsnprintf()). There could also be a flag that would allow one to switch (ie. use stdio printf if you feel like you can afford it memory-wise).

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

No branches or pull requests

1 participant