Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • If void task_pid_tune(void) is a blocking call, can't you just wait until it returns, then call pid_configure(coefficients), wait until it returns, and then drop into your loop? Commented Jan 11, 2016 at 21:40
  • I don't get it. If you want them to run in order, just call them in order. If you want them to run concurrently, have them run concurrently. You can't do both at the same time [sic] Commented Jan 11, 2016 at 21:45