Trying to get joystick axis to only output one value when moved then another singular value when returned to zero
I’m trying to get a Dualshock 4 controller to move serial bus servos. A Python program is reading the inputs from the controller and sending them via serial communication to an ESP32 chip running an Arduino program that’s driving the servos.
Trying to get pygame joystick axis to only output one value when moved then another singular value when returned to zero
I’m fairly new to programming in general and I’m trying to get a Dualshock 4 controller to move some serial bus servos I have. A Python program is reading the inputs from the controller and sending them via serial communication to an ESP32 chip running an Arduino program that’s driving the servos.