Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another project using this library :) #62

Open
phillipjohnston opened this issue Oct 9, 2019 · 2 comments
Open

Another project using this library :) #62

phillipjohnston opened this issue Oct 9, 2019 · 2 comments
Assignees

Comments

@phillipjohnston
Copy link
Contributor

I've added a wrapper around your library for projects using the Arduino SDK:

https://github.com/embeddedartistry/arduino-printf

Still my favorite printf library!

@mpaland mpaland self-assigned this Jan 1, 2020
@salkinium
Copy link

modm.io is also using this library, albeit with some hacky hacks to disable the native floating point functions on AVR and use the optimized (fixed options) routines from avr-libc.

At least for our use-case it would've been more advantageous to have a more modular internal API, (we use the internal "static" functions _ntoa_long_long, _etoa etc too), to allow for a more custom printf build. However, that may not be a universal requirement 😛.

@vhelin
Copy link

vhelin commented Feb 12, 2020

I just integrated this library to vhelin/wla-dx#273 for the implementation of snprintf() - I hope this is ok. I had to modify the code a little bit to make this library ANSI C90 compatible...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants