Hm, geht noch immer nicht... Bei der Zeitsteuerung hab ich wieder 2000ms genommen... der Mikrocontroller hält sich ja an die Zeit, oder?? Hier nochmal der Code

Code:
$regfile = "attiny13.dat"
$crystal = 1200000
$hwstack = 22

Config Servos = 1 , Servo1 = Portb.0 , Reload = 10

Config Portb.0 = Output

Enable Interrupts
Do
Servo(1) = 50
Waitms 2000
Servo(1) = 150
Waitms 4000
Loop