How does one insert an execution delay into a sketch? (not a pause ,but a delay); For example, I've got a sketch to generate a fractal tree. It works fine, but I'd like to be able to slow up the execution by introducing a slight delay after each branch of the tree is generated so that I can view the process of tree generation. As it is now, the full tree appears almost instantaneously. Thanks.
1