I have a setupCar method which initializes the inputs (individual motors)I use on my RPD (Raspberry Pi Driven) Car. When I look at the code I notice this is not ideal. Too much hardcoded dependencies and this is not really something I want. Imagine I would like to swtich pins because a pin broke, … […]