hmmm also selbst wenn ich es veränder funzt es net!!

Code:
$regfile = "m8def.dat"
$crystal = 8000000

Config Portc = Input
Portc.2 = 1
Config Portb = Output
Dim A As Integer
Do

If Pinc.2 = 1 Then
Portb.2 = 0
Portb.1 = 1
Else
Portb.2 = 0
Portb.1 = 1

End If

Loop
End
[glow=red:bb72ce7f22]
MFG

Nrgmc3[/glow:bb72ce7f22]