Skip to content

Commit 141223a

Browse files
authored
Add an alternative plugin interface for gs_usb (#1954)
1 parent 82d52fc commit 141223a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/plugin-interface.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,14 @@ The table below lists interface drivers that can be added by installing addition
7777
+----------------------------+-------------------------------------------------------+
7878
| `python-can-cando`_ | Python wrapper for Netronics' CANdo and CANdoISO |
7979
+----------------------------+-------------------------------------------------------+
80+
| `python-can-candle`_ | A full-featured driver for candleLight |
81+
+----------------------------+-------------------------------------------------------+
8082

8183
.. _python-can-canine: https://github.com/tinymovr/python-can-canine
8284
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
8385
.. _python-can-remote: https://github.com/christiansandberg/python-can-remote
8486
.. _python-can-sontheim: https://github.com/MattWoodhead/python-can-sontheim
8587
.. _zlgcan: https://github.com/jesses2025smith/zlgcan-driver
8688
.. _python-can-cando: https://github.com/belliriccardo/python-can-cando
89+
.. _python-can-candle: https://github.com/BIRLab/python-can-candle
8790

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ remote = ["python-can-remote"]
7171
sontheim = ["python-can-sontheim>=0.1.2"]
7272
canine = ["python-can-canine>=0.2.2"]
7373
zlgcan = ["zlgcan"]
74+
candle = ["python-can-candle>=1.2.2"]
7475
viewer = [
7576
"windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7677
]

0 commit comments

Comments
 (0)