Skip to content

Commit b37a990

Browse files
author
Felix Nieuwenhuizen
committed
add ETAS interface
1 parent 5ef230a commit b37a990

File tree

7 files changed

+1114
-2
lines changed

7 files changed

+1114
-2
lines changed

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ Jan Goeteyn
2828
"ykzheng" <[email protected]>
2929
Lear Corporation
3030
Nick Black <[email protected]>
31+
Felix Nieuwenhuizen <[email protected]>

can/interfaces/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"gs_usb": ("can.interfaces.gs_usb", "GsUsbBus"),
2626
"nixnet": ("can.interfaces.nixnet", "NiXNETcanBus"),
2727
"neousys": ("can.interfaces.neousys", "NeousysBus"),
28+
"etas": ("can.interfaces.etas", "EtasBus"),
2829
}
2930

3031
try:

0 commit comments

Comments
 (0)