So I basically have a system set up that's reading serial data, temperature and humidity, which looks like "65.25 99.1" coming in. I want to transform that to
"Temperature: 65.25 F <br>
Humidity: 99.1 %'
<br> is a new line in HTML, btw. I've tried a few things.. it doesn't seem to let me access each word in the array separately. What do I do?
"Temperature: 65.25 F <br>
Humidity: 99.1 %'
<br> is a new line in HTML, btw. I've tried a few things.. it doesn't seem to let me access each word in the array separately. What do I do?
1