Open jvilardellp opened 4 years ago
I'm using the example for the multitasking example.
When I put 5 seconds in the "myTimer.begin" function is become blocked, but I don't why.
"myTimer.begin(timerFunction, 500);" I have changed this function to "myTimer.begin(timerFunction, 5000);"
With small values any problem, but when the values overpass 2 seconds the "myTimer.begin" fail. The function rest blocked.
Somebody knows what is the reason
Thanks
Same, issue using the Screen library and timerlibrary, just gets spinlocked and unable to run.... really annoying that the examples are just broken when I have an assignment due tomorrow on this broken platform.
I'm using the example for the multitasking example.
When I put 5 seconds in the "myTimer.begin" function is become blocked, but I don't why.
"myTimer.begin(timerFunction, 500);" I have changed this function to "myTimer.begin(timerFunction, 5000);"
With small values any problem, but when the values overpass 2 seconds the "myTimer.begin" fail. The function rest blocked.
Somebody knows what is the reason
Thanks