Is there a recommended amount of time to use with `delay` if I want to make sure my routine is coope...
w
Is there a recommended amount of time to use with
delay
if I want to make sure my routine is cooperative, but I don't need to actually delay anything? Is 1ms too little time? Curious if there is some best practice around that yet
j
You can use
yield()
w
Oh duh, need more coffee
thanks
j
😉