def reverse_rear(t): gpio.output(15, gpio.HIGH) gpio.output(29, gpio.HIGH) sleep(t) gpio.output(15, gpio.LOW) gpio.output(29, gpio.LOW)