Script execution

This commit is contained in:
sfop
2016-07-06 08:49:29 +02:00
parent 7a343bfe06
commit 71cbd9ed46
+1
View File
@@ -45,6 +45,7 @@ class CamTool(DeviceBase):
self.cam_run.write(1)
while(timestamp == self.timestamp.read()):
time.sleep(0.001)
self.triggerValueChanged(timestamp, None)
def doUpdate(self):
self.capture()