Hallo,
Du musst das Wait beides mal angeben, sonst gibts keine erkennbare Zeit zwischen
Blink_led = 1
und
Blink_led = 0
!
Code:Programm_start: Blink_led = 0 Wait 1 Blink_led = 1 Wait 1 Goto Programm_start End
Hallo,
Du musst das Wait beides mal angeben, sonst gibts keine erkennbare Zeit zwischen
Blink_led = 1
und
Blink_led = 0
!
Code:Programm_start: Blink_led = 0 Wait 1 Blink_led = 1 Wait 1 Goto Programm_start End
Lesezeichen