You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat]1.Added the interface for obtaining trajectory validity;2.Compatible with 1305 joint range;3.Added the interface for running gcode files;4.Adjust the interface information notes of "set_cgpio_digital" and "set_cgpio_digital";5.Modify the code translated by running Blockly controls in Blockly and PythonIDE;6.Added Get Holding Register Control
self._append_main_init_code(' if _ == 0 and tgpio_digitals is not None:')
286
290
self._append_main_init_code(' for item in self._tgpio_digital_callbacks:')
287
-
self._append_main_init_code(' for io in range(2):')
291
+
self._append_main_init_code(' for io in range(5):')
288
292
self._append_main_init_code(' if item[\'io\'] == io and eval(\'{} {} {}\'.format(values[io], item[\'op\'], item[\'trigger\'])) and not eval(\'{} {} {}\'.format(tgpio_digitals[io], item[\'op\'], item[\'trigger\'])):')
0 commit comments