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 44d302e commit 880c4deCopy full SHA for 880c4de
1 file changed
test/test_pdo.py
@@ -7,7 +7,7 @@
7
8
class TestPDO(unittest.TestCase):
9
def setUp(self):
10
- node = canopen.Node(1, SAMPLE_EDS)
+ node = canopen.LocalNode(1, SAMPLE_EDS)
11
pdo = node.pdo.tx[1]
12
pdo.add_variable('INTEGER16 value') # 0x2001
13
pdo.add_variable('UNSIGNED8 value', length=4) # 0x2002
0 commit comments