boolean b = true; if(b == true) { digitalWrite(48, HIGH); // Turn ON the I/O board LED } else { digitalWrite(48, HIGH); }
false