discovery icon indicating copy to clipboard operation
discovery copied to clipboard

for loop delays solution?

Open ffissore opened this issue 6 years ago • 1 comments

Can you please provide solution to 09-clocks-and-timers/for-loop-delays ? What's the math involved?

ffissore avatar Mar 01 '19 13:03 ffissore

for loop is about 2 instruction (one compare and one addition) So one loop run at 4mhz. 4mhz * 800ms = 3_200_000 loop I guess.

mathk avatar Apr 03 '19 11:04 mathk