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
7373+----------------------------+-------------------------------------------------------+
7474| `python-can-sontheim `_ | CAN Driver for Sontheim CAN interfaces (e.g. CANfox) |
7575+----------------------------+-------------------------------------------------------+
76+ | `zlgcan-driver-py `_ | Python wrapper for zlgcan-driver-rs |
77+ +----------------------------+-------------------------------------------------------+
7678
7779.. _python-can-canine : https://github.com/tinymovr/python-can-canine
7880.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
7981.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
8082.. _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"]
7878remote = [" python-can-remote" ]
7979sontheim = [" python-can-sontheim>=0.1.2" ]
8080canine = [" python-can-canine>=0.2.2" ]
81+ zlgcan = [" zlgcan-driver-py" ]
8182viewer = [
8283 " windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
8384]
You can’t perform that action at this time.
0 commit comments