Meinste das so ?

Code:
config Servos = 1 , servo1 = portd.3
config portd.3 = outout
enable interrupts

dim I as Byte

for I = 0 to 200
servo(1) = I
waitms 100
next I

end
Und wie bekommt man dann die richtige Reloadzeit raus ??

mfg