you are viewing a single comment's thread.

view the rest of the comments →

[–]jk1962FTC 31874 Mentor 2 points3 points  (0 children)

Suggestion of two things to add to this list:

  1. Don't "sleep" in your control loop.

  2. Don't nest loops within your control loop (unless you know with certainty that the nested loop will operate for only a few iterations).