Hi on my project one of the things I need to do is send data to a phone.
I have got everything down but a certain command called serial.print
This is what my feeble attempt after researching an hour was:
int distance=1;
int disturbance = 1;
Serial.println(distance+"inches"+disturbance);
//If you have figured out I have done java script in the past which bought me to this syntax.
And yes I have done Serial.begin
Can anyone suggest any thing?