Declaration of the Scheduler class template, for scheduling tasks on multiple MCP2515 instances. More...
Go to the source code of this file.
Classes | |
| class | Scheduler< NUM_TASKS, NUM_MCP2515 > |
| Scheduler class template for scheduling tasks on multiple MCP2515 instances Takes in function pointers to member functions of MCP2515 class, and calls them at specified intervals, using a unified central ticker. More... | |
Declaration of the Scheduler class template, for scheduling tasks on multiple MCP2515 instances.
Definition in file Scheduler.hpp.