We plan on using 4 to 5 timers on our project. Each timer has different timer intervals (Example 1 minute, 50 ms, 300 ms etc)
We are trying to use 2 Timer instances and multiple channels on each timer instance. So we should be able to use 6 * 2 = 12 different timers. Is that right?
We are not able to use different channels on the same timer instance.