arduino-printf icon indicating copy to clipboard operation
arduino-printf copied to clipboard

Add printf support to the Arduino SDK

Results 4 arduino-printf issues
Sort by recently updated
recently updated
newest added

From #37: > Second, the library's .cpp file includes the printf.c file directly in order to supply default compile-time configuration options (e.g., to make it suitable for AVR targets). Including...

Hello. I've used your installable library in the Arduino IDE and I love it. Thanks for this. Unfortunately, I'm unable to use it "as is" in PlatformIO as the `extras`...

- I need to add documentation on using the meson build system + using this project as a meson subproject. - Add installation notes to arduino-printf project for meson build...

This page: https://github.com/embeddedartistry/arduino-printf/blob/master/advanced_usage.md discusses the possibilities using mpaland/printf ; now, `putchar_()` has been renamed, but more importantly - `fctprintf()` and `vfcptprintf()` are available, allowing even more flexibility.