Moin, moin!
Muss das Thema nochmal aufgreifen, da es immer noch nicht funktioniert.
Das ist der Code, Controller ist ein ATmega32 - beim Stromanschluss zuckt das Servo kurz.Code:$regfile = "m32def.dat" $crystal = 8000000 Config Portc = Output Enable Interrupts Config Servos = 1 , Servo1 = Pinc.1 , Reload = 10 Do Servo(1) = 150 WaitMs 2000 Servo(1) = 100 WaitMs 2000 Servo(1) = 150 WaitMs 2000 Servo(1) = 200 WaitMs 2000 Loop
Gruß, Björn
Lesezeichen