File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Feature List
4343
4444* up to 128 SDO servers
4545
46- * expetited , segmented and block transfer for up- and download
46+ * expedited , segmented and block transfer for up- and download
4747 * COB-IDs dynamically configurable
4848 * custom up- and download handlers supported
4949
@@ -149,7 +149,7 @@ A more event driven approach is using of callbacks. Following callbacks are avai
149149
150150 od.validate_callbacks[(0x 2000 , 0 )].add(lambda v : v % 2 == 0 )
151151 od.update_callbacks[(0x 2001 , 2 )].add(lambda v : print (f ' Update for Parameter 2b: { v} ' ))
152- od.download_callbacks[(0x 2000 , 0 )].add(lambda v : print (f ' Download for Parmeter 1: { v} ' ))
152+ od.download_callbacks[(0x 2000 , 0 )].add(lambda v : print (f ' Download for Parameter 1: { v} ' ))
153153 od.set_read_callback(0x 2001 , 1 , lambda : 17 )
154154
155155 PDO mapping
You can’t perform that action at this time.
0 commit comments