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

driver/sigrok: Add sigrok driver for DMMs #1141

Merged
merged 1 commit into from
Jul 25, 2023

Commits on Jul 12, 2023

  1. driver/sigrok: Add sigrok driver for DMMs

    The SigrokDmmDriver wraps around a single channel DMM controlled by sigrok.
    It has been tested with Unit-T UT61C and UT61B devices but probably also
    works with other single chnnel DMMs.
    
    This driver binds to a SigrokUsbDevice.
    Make sure to select the correct driver for your DMM there.
    
    Example usage:
    > resources:
    >   - SigrokUSBDevice:
    >       driver: uni-t-ut61c
    >       match:
    >         'ID_PATH': pci-0000:07:00.4-usb-0:2:1.0
    > drivers:
    >   - SigrokDmmDriver: {}
    
    Args:
        bindings (dict): driver to use with sigrok
    
    Signed-off-by: Chris Fiege <[email protected]>
    Co-authored-by: Bastian Krause <[email protected]>
    SmithChart and Bastian-Krause committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e921a4a View commit details
    Browse the repository at this point in the history