Hello!
I have some problems with printing data in serial monitor. So i found one function that work fine for me but i dont understand what it does. The function is:
void Print (int R , int T)
{
Serial.print(R);
Serial.print(", ");
Serial.print(T);
Serial.println(".");
delay(100);
}
And then when i want to print my variables on serial monitor i have to write only: