Skip to content

Commit 58860af

Browse files
BenGardinerzariiii9003
authored andcommitted
add RP1210 python-can driver
1 parent 3f54cca commit 58860af

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
@@ -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

pyproject.toml

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

0 commit comments

Comments
 (0)