Guest
#3363992
hi
example:
if i start a main function with a var A = 0 and let it add one every
cycle:
main(){
int A = 0;
A++;
}
@ atmega 8 with 3.6mhz is 2.7 *10^-7 sec.
when there is no interrupt and i stop after eg. 10 cycles, is there
A=10??