Skip to content

Commit

Permalink
New SYSTEC interface (#466)
Browse files Browse the repository at this point in the history
New SYSTEC interface with tests and documentation.
  • Loading branch information
idaniel86 authored and hardbyte committed Jan 7, 2019
1 parent 7d0783c commit b2a7bde
Show file tree
Hide file tree
Showing 10 changed files with 2,789 additions and 1 deletion.
3 changes: 2 additions & 1 deletion can/interfaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
'neovi': ('can.interfaces.ics_neovi', 'NeoViBus'),
'vector': ('can.interfaces.vector', 'VectorBus'),
'slcan': ('can.interfaces.slcan', 'slcanBus'),
'canalystii': ('can.interfaces.canalystii', 'CANalystIIBus')
'canalystii': ('can.interfaces.canalystii', 'CANalystIIBus'),
'systec': ('can.interfaces.systec', 'UcanBus')
}

BACKENDS.update({
Expand Down
6 changes: 6 additions & 0 deletions can/interfaces/systec/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# coding: utf-8

"""
"""

from can.interfaces.systec.ucanbus import UcanBus
Loading

0 comments on commit b2a7bde

Please sign in to comment.