readInterval constant
How often to poll CAN messages.
This should be small enough to catch incoming messages but large enough to not block other code from running.
Implementation
static const readInterval = Duration(milliseconds: 100);
How often to poll CAN messages.
This should be small enough to catch incoming messages but large enough to not block other code from running.
static const readInterval = Duration(milliseconds: 100);