Hey everyone, I'm trying to create an automated robotic machine which detects various signals from operator and acts accordingly. It has 4 inputs (3 switches, 1 signal receiver) and 8 outputs (4 LEDs, 1 beeper, 1 gear fwd/bwd, 1 motor power, 1 transmitter ). I'm using the python RPi.GPIO library to ...