Skip to content

Commit

Permalink
examples/photon_histogram: delay after count()
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 7, 2016
1 parent 2b44705 commit 2b506a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ def run(self):
total = 0

for i in range(self.repeats):
delay(0.5*ms)
n = self.cool_detect()
if n >= self.nbins:
n = self.nbins - 1

0 comments on commit 2b506a3

Please sign in to comment.