Hello, I have to make a code which evaluates more than one variable with an if
Let me explain, I have 4 variables with the function Serial.parseInt();
And I need to send a response only if these 4 variables are different from 0
I just don't know of any way to have an "if" evaluate more than one variable, or any other way to fix it without ending up stuck in undecipherable errors.
If anyone knows how to solve this I would appreciate your collaboration.