Looking to use the PCA9685 to sweep a series of 10 servos, one after the other, from one degree position to another, slight delay, then back again on a single button push.
All the examples and test code I've found are WAY too involved, and I'm not sure where to start.
Any help you've got laying around would be extremely appreciated. I'm building my nephews a target-shooting gallery!
#define SERVOMIN 150 // This is the 'minimum' pulse length count (out of 4096) #define SERVOMAX 600 // This is the 'maximum' pulse length count (out of 4096) #define SERVO_FREQ 60 // Analog servos run at ~60 Hz updates