Hi there, i`m quite new to arduino language. I am busy with a project that requires me to send a text message containing 3 sensor values to a number. I am using an arduino uno with the seeedstudio GSM/GPRS shield (sim900).
I am able to convert the sensor values to strings and adding strings together into one string. My porblem is that my output needs to be in paragraph form i.e:
Temp:123
Hum:123
Alt:123
but the current output is just one continues sentence i.e:
Temp:123 Hum:123 Alt:123
can someone pls help me, I know its just a small syntax thing!
Thanks in advance