// State-ing Serial is on 115200.void setup() { Serial.begin(115200); } void loop() { for ( i = 0; i < 6; i ++){ if ( analogRead(i) > 0 ){ serial.printIn("Woohoo the sensor works") l } else { serial.printIn("Nope, sensor"+ i +"isn't working correctly" ); } } }