Hallo,

bin blutiger Anfänger in Bascom/Basic/AVR und wollte dieses Programm ausführen:

Code:
$regfile = "m32def.dat"
$crystal = 1000000
Ddrc = &B00000010


Schleife:
Portc = &B0000010
Wait 1
Portc = &B0000000
Goto Schleife
Ich dachte die LED würde so blinken, im 1 Sekunden Takt, aber leider bleibt sie einfach nur an! Woran hängts?

Danke im voraus
Johannes