Search found 1 match

by JohnHind
Mon Mar 10, 2014 12:31 pm
Forum: General Discussion and Questions
Topic: Multitasking?
Replies: 19
Views: 42863

Re: Multitasking?

IMHO an RTOS is the wrong model for this - event driven is a better approach for an interpreted language which is necessarily single-tasking. So for the servo example you have a command 'moveto(45)' which does not block, so you can set two servos in motion at the same time without waiting for the fi...