File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ 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 |
76+ | `zlgcan `_ | Python wrapper for zlgcan-driver-rs |
7777+----------------------------+-------------------------------------------------------+
7878| `python-can-cando `_ | Python wrapper for Netronics' CANdo and CANdoISO |
7979+----------------------------+-------------------------------------------------------+
@@ -82,6 +82,6 @@ The table below lists interface drivers that can be added by installing addition
8282.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
8383.. _python-can-remote : https://github.com/christiansandberg/python-can-remote
8484.. _python-can-sontheim : https://github.com/MattWoodhead/python-can-sontheim
85- .. _zlgcan-driver-py : https://github.com/zhuyu4839 /zlgcan-driver
85+ .. _zlgcan : https://github.com/jesses2025smith /zlgcan-driver
8686.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
8787
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ pcan = ["uptime~=3.0.1"]
7070remote = [" python-can-remote" ]
7171sontheim = [" python-can-sontheim>=0.1.2" ]
7272canine = [" python-can-canine>=0.2.2" ]
73- zlgcan = [" zlgcan-driver-py " ]
73+ zlgcan = [" zlgcan" ]
7474viewer = [
7575 " windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7676]
You can’t perform that action at this time.
0 commit comments