Skip to content

Commit b57bc51

Browse files
authored
Add python-can-damiao plugin support (#2014)
Add python-can-damiao as an optional dependency plugin, providing support for Damiao USB-CAN adapters. The plugin enables CAN communication through Damiao USB-CAN adapters with a simple interface following the python-can plugin API. Tested with: - Damiao USB-CAN adapter - DM4310 motor Repository: https://github.com/gaoyichuan/python-can-damiao
1 parent c8bb0f8 commit b57bc51

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
@@ -83,6 +83,8 @@ The table below lists interface drivers that can be added by installing addition
8383
+----------------------------+----------------------------------------------------------+
8484
| `RP1210`_ | CAN channels in RP1210 Vehicle Diagnostic Adapters |
8585
+----------------------------+----------------------------------------------------------+
86+
| `python-can-damiao`_ | Interface for Damiao USB-CAN adapters |
87+
+----------------------------+----------------------------------------------------------+
8688

8789
.. _python-can-canine: https://github.com/tinymovr/python-can-canine
8890
.. _python-can-cvector: https://github.com/zariiii9003/python-can-cvector
@@ -93,4 +95,5 @@ The table below lists interface drivers that can be added by installing addition
9395
.. _python-can-candle: https://github.com/BIRLab/python-can-candle
9496
.. _python-can-coe: https://c0d3.sh/smarthome/python-can-coe
9597
.. _RP1210: https://github.com/dfieschko/RP1210
98+
.. _python-can-damiao: https://github.com/gaoyichuan/python-can-damiao
9699

pyproject.toml

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

0 commit comments

Comments
 (0)