Improve startup time for units that are already measuring.
Rather than delaying 103ms at every begin(), we poll dataready for at least 150ms. For units that were just powered on, this will take 103ms. For units that were already running, data ready is set much faster. This greatly improves the reset startup time when users are actively uploading new sketches.