Arduino Printf Versions Save

Add printf support to the Arduino SDK

1.2.13

1 year ago

This release now has library.json to work with PlatformIO properly.

1.2.11

1 year ago

A new macro has been added to remove all printf-family functions from the application: PRINTF_DISABLE_ALL

1.2.8

2 years ago

the underlying printf library no longer aliases the standard library functions, but uses macros to redirect them to the library's version (e.g., #define printf printf_). This resolves the failure to print both single characters and strings without arguments.

1.2.6

2 years ago

The underlying library is now based on eyalroz/printf's improvements on mpaland/printf. Please let us know about any new behavior issues you might have after this update.

1.0.0

4 years ago

This release is v1 of LibPrintf.