Hier das Programm:

$regfile = "m32def.dat"
$crystal = 1000000
$baud = 1200

Config Servos = 2 , Servo1 = Portc.4 , Servo2 = Portc.3 , Reload = 10

Config Portc.4 = Output
Config Portc.3 = Output

Enable Interrupts


Servo(1) = 100 'unten
Waitms 175

End


Ich hoffe auf Antworten, die mir weiterhelfen.

Jon