examples/transport: add slack between experiments/after count()

This commit is contained in:
Robert Jördens 2016-05-03 10:41:43 +02:00
parent 90e678a442
commit 7976127f6c
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class Transport(EnvExperiment):
@kernel
def one(self):
delay(1*ms)
self.cool()
self.transport()
return self.detect()