Robotics-Club-BMU / Ardutronics

A Repository Dedicated To Arduino And Electronics.
1 stars 7 forks source link

A script to blink multiple LEDs, but at different times #74

Closed anmolj7 closed 3 years ago

anmolj7 commented 3 years ago

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.

anmolj7 commented 3 years ago

Could you assign this issue to me