private void InitPumps() { Motor = new Pump(17, motorState); //Red Motor.Init(); Booster = new Pump(27, boosterState); //Green Booster.Init(); }