Hello, I'm having some issues with Relays and I'm not entirely sure why. If anyone has any insight it would be much appreciated.
How I'm calling the pneumatics class:
Code:
Pneumatics pneu = new Pneumatics();
How I'm creating the relays:
Code:
Relay oneR = new Relay(2);
Relay twoR = new Relay(0);
