File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,11 @@ The table below lists interface drivers that can be added by installing addition
73
73
+----------------------------+-------------------------------------------------------+
74
74
| `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
75
75
+----------------------------+-------------------------------------------------------+
76
+ | `zlgcan-driver-py `_ | Python wrapper for zlgcan-driver-rs |
77
+ +----------------------------+-------------------------------------------------------+
76
78
77
79
.. _python-can-canine : https://github.com/tinymovr/python-can-canine
78
80
.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
79
81
.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
80
82
.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
83
+ .. _zlgcan-driver-py : https://github.com/zhuyu4839/zlgcan-driver
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ pcan = ["uptime~=3.0.1"]
78
78
remote = [" python-can-remote" ]
79
79
sontheim = [" python-can-sontheim>=0.1.2" ]
80
80
canine = [" python-can-canine>=0.2.2" ]
81
+ zlgcan = [" zlgcan-driver-py" ]
81
82
viewer = [
82
83
" windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
83
84
]
You can’t perform that action at this time.
0 commit comments