servo turnout control

Where can I fine the sketch to control a PCA9685 for controlling servos for turnouts using Arduino uno?

The Adafruit library for the board has some examples you can build off of. You’ll have to also use some sort of port expander to get enough inmputs so all 16 servos can have a pushbutton or toggle to control it, as there aren’t enough IO pins on an Uno. Or you could use a Mega.

https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library

–Randy

Thanks. Had a computer crash and lost some sites.