Skip to content

A port of printf.c from x86 Linux to Arduino with small changes

License

Notifications You must be signed in to change notification settings

petrowhich/Arduino-printf

Repository files navigation

Arduino-printf

This is a port of printf.c from x86 Linux to Arduino with small changes. It allows to utilize the functions printf, sprintf, vsprintf in your Arduino projects.