I want to see the status of the port but the following code gives me error
int PIN25_state = digitalRead(25); //read PIN25
Serial.println("PIN25_state: ", PIN25_state);
The error I get is
no matching function for call to 'println(const char [14], int&)'