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

I am using Arduino board and want to print using printf on serial moitor #40

Open
ravipodila opened this issue May 17, 2021 · 1 comment

Comments

@ravipodila
Copy link

I am using Arduino board and run FreeRTOS based application which is written in c language using AVR plugin on Eclipse IDE. I
want to print using printf on serial moitor. Can you please help me how can I use your code for doing the same.

@TensorMan
Copy link

TensorMan commented Jun 26, 2021

Ravi You've hit the famous "No printf %f in Arduino" issue, I assume. Look at the main PrintEx page for examples. Look at how to install on Eclipse or this,for Arduino IDE Installing Arduino Libs from github . Beware, PrintEx is not actively maintained and it has at least one serious bug (#26) - work-around is pretty straightforward however

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

2 participants