Arduino Forum
Language problem
Projects
Programming
SurferTim
March 16, 2013, 12:19pm
4
There is no float support in the printf() functions. Try this instead
dtostrf(aValue,2,6,buffer);
show post in topic
Related topics
Topic
Replies
Views
Activity
can't print a float value???
Syntax & Programs
9
10782
May 6, 2021
printf() with floats?
Programming
18
26184
May 5, 2021
How to sprintf a float?
Syntax & Programs
11
121585
May 6, 2021
Concatenate Float w/ a String
Programming
31
37686
May 5, 2021
Problem with printing float to Serial Monitor
Programming
11
4599
May 5, 2021