Open rares45 opened 1 year ago
When running the following code, the second blink command does not work and it continues to run the first blink:
led.blink(0.05, 0.05, 0.0, 0.0); thread::sleep(Duration::from_millis(1000)); led.blink(1.0, 1.0, 0.0, 0.0);
Is there any way to stop all current processes?
When running the following code, the second blink command does not work and it continues to run the first blink:
Is there any way to stop all current processes?