Required Readings#

Important Notes#

  • “Wiring a value of 0 to the milliseconds to wait input forces the current thread to yield control of the CPU.” - See “wait (ms)” in required readings
  • Using wait (ms) block causes timing issues.
  • Use a global timer
  • Avoid using sequences