We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a7476 commit 5c727f9Copy full SHA for 5c727f9
1 file changed
tutorials/hobgoblin-reaction.md
@@ -115,6 +115,7 @@ for led_on in digital_output_set.index:
115
response_time = button_press - led_on
116
if 0 < response_time < response_window:
117
valid_response_times.append(response_time)
118
+ break
119
120
# Calculate and print hit/miss percentage
121
num_valid_responses = len(valid_response_times)
0 commit comments