Skip to content

Dual can bus #70

@hugovw1976

Description

@hugovw1976

Can you modify this library to suport two Can bus shield's.
I want to have dual channel can bus like arduino due or teensy 3.6 but with the arduino uno.
Just modify this to have one board with CS on D10 and another on CS D9
for send something like:
CAN1.sendMsgBuf(0x00, 0, 8, stmp1);
CAN2.sendMsgBuf(0x10, 0, 8, stmp2);

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions