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
This library uses "delay();" internally at some point of the code so it makes it not suitable for asynchronous projects where millis are used to time the commands.
Any fix possible?
Arduino board: Any board
Arduino IDE version (found in Arduino -> About Arduino menu): Any version
List the steps to reproduce the problem below: Basic sketch but wothput delays
The text was updated successfully, but these errors were encountered:
Can try removing them. The delay() call in begin() is probably some legacy thing, and even if needed could be dealt with in user code. The delay() call in getStructuredPacket() just helps with the ready wait loop.
This library uses "delay();" internally at some point of the code so it makes it not suitable for asynchronous projects where millis are used to time the commands.
Any fix possible?
Arduino board: Any board
Arduino IDE version (found in Arduino -> About Arduino menu): Any version
List the steps to reproduce the problem below: Basic sketch but wothput delays
The text was updated successfully, but these errors were encountered: