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 @@ -81,6 +81,8 @@ The table below lists interface drivers that can be added by installing addition
8181+----------------------------+----------------------------------------------------------+
8282| `python-can-coe `_ | A CAN-over-Ethernet interface for Technische Alternative |
8383+----------------------------+----------------------------------------------------------+
84+ | `RP1210 `_ | CAN channels in RP1210 Vehicle Diagnostic Adapters |
85+ +----------------------------+----------------------------------------------------------+
8486
8587.. _python-can-canine : https://github.com/tinymovr/python-can-canine
8688.. _python-can-cvector : https://github.com/zariiii9003/python-can-cvector
@@ -90,4 +92,5 @@ The table below lists interface drivers that can be added by installing addition
9092.. _python-can-cando : https://github.com/belliriccardo/python-can-cando
9193.. _python-can-candle : https://github.com/BIRLab/python-can-candle
9294.. _python-can-coe : https://c0d3.sh/smarthome/python-can-coe
95+ .. _RP1210 : https://github.com/dfieschko/RP1210
9396
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ sontheim = ["python-can-sontheim>=0.1.2"]
7272canine = [" python-can-canine>=0.2.2" ]
7373zlgcan = [" zlgcan" ]
7474candle = [" python-can-candle>=1.2.2" ]
75+ rp1210 = [" rp1210>=1.0.1" ]
7576viewer = [
7677 " windows-curses; platform_system == 'Windows' and platform_python_implementation=='CPython'"
7778]
You can’t perform that action at this time.
0 commit comments