-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task schedule inconsistent at start #9
Comments
Forgot to mention I ran it on an Arduino Pro Mini 5V 16Mhz with IDE 1.6.5 |
Please post your modified code here. I think I know what causes it, but want to make sure. |
Sorry, didn't realize code was attached. |
Check the most recent example 1 please. This is how it is done there. |
Hi Anatoli,
Nice work on the task scheduler! I tested the first example and while it worked very well, the tasks did not follow the actual schedule until the fourth iteration. Attached the monitor result and example code which I modified to display interation count. Any clues? Could it be something odd with serial.println rather than the task itself?
regards,
Alex
Scheduler_example.txt
monitor.txt
The text was updated successfully, but these errors were encountered: