Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Commit 7566570

Browse files
committed
README change
1 parent 693eca8 commit 7566570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ USB-to-CAN). You can add support of your CAN interface, see can_plugin.hpp and
1212
ixxat plugin example.
1313
- to run python script place canio2.pyd and plugin dll (e.g. plg_ixxat.dll) into
1414
the script folder
15-
15+
- async CAN events can be handled via triggers/waiters subsystem
1616

1717
##############################
1818
#--- Python script example --#
@@ -34,4 +34,3 @@ print 'Node State:', node.state
3434

3535
device_type= node.ru32(0x1000,0)
3636
print 'Device Type:',hex(device_type)
37-

0 commit comments

Comments
 (0)