Wenn ich deine Code flashe, passiert gar nichts...
Unter Bascom wäre es viel einfacher:
Warum bringe ich dies unter "Zäh" nicht her?Code:'Verwendeter Compiler Bascom V 1.11.9.3 ' 'Aufgabe: 'Extremwerte Modelcraft Top Line Mini Servo ES-05 JR 'Autor: Pinsel120866 '################################################### $regfile = "m16def.dat" $crystal = 15000000 $baud = 9600 $hwstack = 32 $framesize = 32 $swstack = 32 Config Servos = 1 , Servo1 = Portc.3 , Reload = 10 Config Portc = Output Enable Interrupts Do Servo(1) = 44 Waitms 1000 Servo(1) = 113 Waitms 1000 Servo(1) = 182 Waitms 1000 Loop End







Zitieren

Lesezeichen