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
{{ message }}
This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Allow RMT pulses_send() to be called without waiting for it be done
Added the (optional) keyword argument 'wait_tx_done' to the
pulses_send() function to allow the caller to decide if it wants to wait
for it to be done or not.
Also unlock the GIL while waiting for transmissions.
0 commit comments