Fix CPU spin loop in motion thread readline wait
Added sleep(0.01) after readline() to prevent 100% CPU usage when
readline() returns empty (timeout or bad serial state). Without this,
the inner while loop would spin continuously.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>