I have read the help file and the example who have for arrays
But I dont understand what is better to use in my program or what is the difference between routine and sub routine
for example what is correct
declare sub leds_on
Debounce Pind.3 , 0 , leds_on , Sub
sub leds_on:
..
.
.
.
.
..
end sub
OR
Debounce Pind.3 , 0 , leds_on
leds_on:
.
.
.
.
return
[b:19559ede95][color=red:19559ede95](BASCOM-AVR version : 2.0.7.6 )[/b:19559ede95][/color:19559ede95]
↧