Servos for Radio-Controlled Models?

Modes of Use

When I saw the buzzword PWM in the AID description, I thought about the servos that R/C hobbyists use for controls. I've been through a few web sites to learn about them.

They're buzzword-compatible, but it seems that they're used with about 20 milliseconds between updates.. each update is a pulse between 1 msec and 2 msec wide. It doesn't look like the on-chip PWM will go that slowly. Using them will be more like one of the worked solutions.

Yes, some servo app would be

Yes, some servo app would be nice. I think it might be tricky to implement with the existing pwm, but if there's a way to do it, it might be handy. Maybe a separate "servo" command that over-rides the pwm command? Or just writes to some of the output pins? Whenever I use servos, I just time out the pulses, it's a bit of a pain. The OOPIC has a servo object that works well.