We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea142fd commit ed58372Copy full SHA for ed58372
doc/configuration.rst
@@ -19,7 +19,7 @@ the **interface** and **channel** before importing from ``can.interfaces``.
19
can.rc['interface'] = 'socketcan'
20
can.rc['channel'] = 'vcan0'
21
can.rc['bitrate'] = 500000
22
- from can.interfaces.interface import Bus
+ from can.interface import Bus
23
24
bus = Bus()
25
0 commit comments