dronecan / pydronecan

python DroneCAN code generation, interface and utilities
MIT License
40 stars 42 forks source link

Add PCAN support through python-can #25

Closed PetervdPerk-NXP closed 1 year ago

PetervdPerk-NXP commented 1 year ago

Add support for python-can bustype PCAN.

Fixes bustype check since _extras is a dict() and not a class thus hasattr would always fail.