Moin, habe diesen COde:
$regfile = "m8def.dat"
$crystal = 1000000

Config Portb = Output
Enable Interrupts
Config Servos = 1 , Servo1 = Portb.1 , Reload = 10


Servo(1) = 150

Das Servo tickert nur so - woran kann's liegen?
BJörn