At a first glance, this issue seems like a small one, but it gets a bit weird, once you think about it. You can't normally use a delay function, because that would result in the rest of the script stopping too, and since Arduino doesn't have multiple cores, so you cannot use multithreading to solve this issue.
At a first glance, this issue seems like a small one, but it gets a bit weird, once you think about it. You can't normally use a delay function, because that would result in the rest of the script stopping too, and since Arduino doesn't have multiple cores, so you cannot use multithreading to solve this issue.