PaulS:
servo[0], pwm[0], pressure[0] = '\0';Tell me what you think this is doing?
I think it is setting the character array to null so no garbage is in it.
PaulS:
servo[0], pwm[0], pressure[0] = '\0';Tell me what you think this is doing?
I think it is setting the character array to null so no garbage is in it.