Da das brennen nun funktioniert hänge ich am nächsten Problem,aber da könnt ihr mir sicherlich weiterhelfen 
Code:
$regfile = "m32def.dat"
$crystal = 16000000
$baud = 9600
$hwstack = 32
$framesize = 32
$swstack = 32
(Problem Anfang)
Config Servos = 18 , Servo1 = PORTA.0 , Servo2 = PORTA.1 , Servo 3 usw usw usw , Reload =10
Config PORTA = Output
Config PORTB = Output
Config PORTC = Output (Problem Ende)
Enable Interrupts
Do
Servo(1) = 100
waitms 1
Servo(1) = 150
waitms 1
Servo(1) = 200
waitms 1
Print "***** UN NOCH ENS *****"
Loop
End
Also mein Problem liegt darin das ich 18 Servos ansteuern möchte... Bin mir aber nicht sicher wie ich das realisiere....
Habe es oben im Code mal probiert,lässt sich so aber nicht kompilieren...
Weiß jemand wies richtig aussehen soll? (roter Bereich)
Lesezeichen