Browse Source

Elimina 'Script task/MoBi_Trigger.m'

Giacomo Guidali 1 năm trước cách đây
mục cha
commit
89343ea1b8
1 tập tin đã thay đổi với 0 bổ sung12 xóa
  1. 0 12
      Script task/MoBi_Trigger.m

+ 0 - 12
Script task/MoBi_Trigger.m

@@ -1,12 +0,0 @@
-function [can_i_trigger] = MoBi_Trigger(ioObj,address,Trigger_value, can_i_trigger)
-if can_i_trigger == 1
-    io64(ioObj,address, Trigger_value);
-%     WaitSecs(0.001);
-     WaitSecs(0.01); %modified 24.05
-
-    io64(ioObj,address, 0);
-    
-    % if using single pulse, then only one pulse per
-    can_i_trigger = 0;
-end
-end