Habs jetzt mal mit Schleife probiert und klappt immer noch nicht (es tritt keine Verzögerung auf):
Ich flipp langsam aus. Kann mir vielleicht nicht einer einen funktionierenden code posten?Code:#include <avr/io.h> #define F_CPU 1000000 int main() { int i; for (i=0; i<50; i++) { (void) (int * volatile) &i; } DDRB=0x01; return 0; }![]()
![]()
mfg Jokill
Lesezeichen