Adding printf to Print.h

RayLivingston:
I've done this in the past with no problems, following the instructions here:

Arduino Playground - HomePage

All you need is this: GitHub - krupski/Stdinout: Standard input/output/error support for Arduino

And this: GitHub - krupski/Print: Improved Print functionality for Arduino (including stream support, print_P and related). is a huge improvement on the stock Arduino code.