this is the error i get without the comma
"too few arguments to function 'void digitalWrite(uint8_t, uint8_t)' "
this is the error i get with the comma
"expected primary-expression before ',' token"
both of these are from this line
if (digitalRead(reset) == LOW),
digitalWrite(pin52 HIGH); }
}