Skip to content

Implement a poorman's printf for Arduino #67

Description

@sofian

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions