readInterval constant

Duration const readInterval

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);