Hi, I'm working with the EK-TM4C1294XL LaunchPad. I'm sensing a voltage level stored in a global variable called tension and I want to show the value in a webpage (local network). The enet-lwip example, works with a function called usnprintf. I have read that this function doesn't support floating point format. When I try to use it, the function shows a value like "2706" in the webpage, but the original value is "1.672697", as you can see in the next image:
I wanted to know if there's a way to send my variable directly in float format to the webpage. Or which way do you suggest my to qork with this issue.
Thanks, MARTIN