You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some analysis, I came across the fact that the delay() function is quite significantly offset from the real time. delay(1000) is approx. 1.2s; This needs to be changed. The delayMicroseconds() however seems to be more precise and reliable.
The text was updated successfully, but these errors were encountered:
After some analysis, I came across the fact that the delay() function is quite significantly offset from the real time. delay(1000) is approx. 1.2s; This needs to be changed. The delayMicroseconds() however seems to be more precise and reliable.
The text was updated successfully, but these errors were encountered: