Laut myavr.de homepage hat er 20 MHZ - http://shop.myavr.de/Bauelemente%20u...p&artID=200004 - hab das geändert - auch das hatte nicht den gewünschten Effekt...

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

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

Config Portb.0 = Output

Enable Interrupts
Do
Servo(1) = 50
Waitms 200
Servo(1) = 150
Waitms 400
Loop