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
I have noticed that, due to the NEPO implementation of the loop functions, there can be a larger delay in any Arduino algorithm by using NEPO loop function, e.g. writing serial data to shift registers such as HC595.
When loops are used, a large delay of 1 ms will built into the Arduino source code itself for each loop pass.
It would be great if this delay could be removed in one of the next releases.
The text was updated successfully, but these errors were encountered:
I have noticed that, due to the NEPO implementation of the loop functions, there can be a larger delay in any Arduino algorithm by using NEPO loop function, e.g. writing serial data to shift registers such as HC595.
When loops are used, a large delay of 1 ms will built into the Arduino source code itself for each loop pass.
It would be great if this delay could be removed in one of the next releases.
The text was updated successfully, but these errors were encountered: