ivanseidel/ArduinoThread

Stop Thread

Closed this issue · 1 comments

How stop Thread?

Hi @Nullfati, you can use the enabled boolean attribute inside it to enable/disable:

myThread.enabled = false;