Skip to content

Commit b2a7bde

Browse files
idaniel86hardbyte
authored andcommitted
New SYSTEC interface (#466)
New SYSTEC interface with tests and documentation.
1 parent 7d0783c commit b2a7bde

File tree

10 files changed

+2789
-1
lines changed

10 files changed

+2789
-1
lines changed

can/interfaces/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
'neovi': ('can.interfaces.ics_neovi', 'NeoViBus'),
2323
'vector': ('can.interfaces.vector', 'VectorBus'),
2424
'slcan': ('can.interfaces.slcan', 'slcanBus'),
25-
'canalystii': ('can.interfaces.canalystii', 'CANalystIIBus')
25+
'canalystii': ('can.interfaces.canalystii', 'CANalystIIBus'),
26+
'systec': ('can.interfaces.systec', 'UcanBus')
2627
}
2728

2829
BACKENDS.update({

can/interfaces/systec/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# coding: utf-8
2+
3+
"""
4+
"""
5+
6+
from can.interfaces.systec.ucanbus import UcanBus

0 commit comments

Comments
 (0)