UNPKG

@yinyinfurong_zmr/dbc-can

Version:

A general purpose CAN (Controller Area Network) toolbox with support for .dbc file parsing, CAN message decoding, and more

8 lines (7 loc) 209 B
/** * Main file * Simply exports the main uility class so that it can be referenced when imported via an NPM package */ import Dbc from './dbc/Dbc'; import Can from './can/Can'; export { Dbc, Can };