Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add a "busy" device #1028

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Commits on Feb 8, 2022

  1. ENH: add a "busy" device

    We had a request for a way to set a sleep in the RE that would give a
    progress bar.
    
    You can get an interuptable sleep via `bps.sleep`, but that provides no
    feedback.  Rather than trying to invent another way to do progress bars, re-use
    the progress bar machinery for hardware motion.
    tacaswell committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    867302e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. FIX: obvious typos and bugs in code

    Co-authored-by: Maksim Rakitin <[email protected]>
    tacaswell and mrakitin authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5a81125 View commit details
    Browse the repository at this point in the history