Use single periodic callback if possible

The problem with multiple callbacks is that the higher rate can interrupt a lower rate callback.

Use this instead:

Back to top