Skip to content

Commit

Permalink
Increase MPM poll interval to 10 fps (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Aug 6, 2024
1 parent d845519 commit 6585367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ephys_link/bindings/mpm_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MPMBinding(BaseBindings):

# Movement polling preferences.
UNCHANGED_COUNTER_LIMIT = 10
POLL_INTERVAL = 0.2
POLL_INTERVAL = 0.1

# Speed preferences (mm/s to use coarse mode).
COARSE_SPEED_THRESHOLD = 0.1
Expand Down

0 comments on commit 6585367

Please sign in to comment.