Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Is there an inbuilt function that converts ADC's output values to decimal values(in C ) for display purpose. 

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Oh yes, there are.

   

#include <stdio.h>

   

and use the sprintf, csprintf functions. The latter is used when the format is a string constant (as usual).

   

Works correctly for floats with Designer 5.2

   

 

   

Bob

View solution in original post

0 Likes
10 Replies