c# Arduino

Good day

Does anyone have an app that will automatically select PWM out for 4 cursors to control 2 servos.?
C# source code to be able to click on the up or down arrow to move servo no#1 up & down, and a left and right arrow to move servo no# 2 left & right.
If you can please include Arduino scetch for this.

Thank you & regards
Riaan Deyzel

When is our assignment due to be handed in?

Does anyone have an app that will automatically select PWM out for 4 cursors to control 2 servos.?

First hint, in the Arduino one does not control a servo with a PWM output command. One uses a servo library the generates the proper servo PPM signal required for a servo.

Lefty