File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ remote = ["python-can-remote"]
7171sontheim = [" python-can-sontheim>=0.1.2" ]
7272canine = [" python-can-canine>=0.2.2" ]
7373zlgcan = [" zlgcan" ]
74+ candle = [" python-can-candle>=1.2.2" ]
7475viewer = [
7576 " windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7677]
You can’t perform that action at this time.
0 commit comments