Warum geht das nicht so wie ich will?
Normalerweise müssten die ausgänge an Port C Nacheinander High Pegel annehmen und danach alle wieder LOW bei mir tut sich aber garnichts.

Config Portc = Output
Config Porta = Input
Config Portd = Input
Config Portb = Input

Portb = 1
Porta = 1
Portd = 1

Start:
Portc.0 = 1
Wait 10
Portc.1 = 1
Wait 10
Portc.2 = 1
Wait 10
Portc.3 = 1
Wait 10
Portc.4 = 1
Wait 10
Portc.5 = 1
Wait 10
Portc.6 = 1
Wait 10
Portc.7 = 1
Wait 10
Portc = 0
Goto Start

Ich benutze eienen Atmega 162 mit einem externen 16Mhz Oszillator die Fusebits sind aber noch nicht gesetzt er müsste also mit 1MHz laufen.