I was just amazed that AI wrote anything remotely useful. The first iteration assumed 50Hz. The 2nd iteration based on 250Hz used the following to assign the pulse widths:
dutyCycle = map(flightControllerSignal, 1000, 2000, 0, 180); // Mapping to servo position
Then used the write function...