ja sagte ich doch schon bereits
habe nun

DDRC = 1;
while(1)
{
PORTC = 0xff;
_delay_ms(250);
PORTC = 0x00;
_delay_ms(250);
}
return 0;

ergebnis....immernoch das selbe.
pin 0 1 6 und 7 funktionieren und 2 3 4 5 sind starr

wenn ich aber PORTD statt PORTC nutze funktioniert alles so wie es soll ohne probleme
ich brauch nichtmal den kondensator (egal ob 10nf oder 1mf).