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

Combine all polled Bno055 classes into common type #303

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Combine all polled Bno055 classes into common type #303

merged 3 commits into from
Sep 19, 2024

Commits on Sep 17, 2024

  1. Squashed commit of the following:

    commit 7616b9013b43d2cedaf01f2f30a740ad2ec907e8
    Author: jonnew <jpn@open-ephys.org>
    Date:   Tue Sep 17 17:11:02 2024 -0400
    
        Add missing Design files
    
        - I didn't add these in my last commit
    
    commit 760215b
    Author: jonnew <jpn@open-ephys.org>
    Date:   Tue Sep 17 16:49:30 2024 -0400
    
        Combine all polled Bno055 classes into common type
    
        - ConfigurePolledBno055 and PolledBno055Data classes replace headstage
          specific versions of the same thing. Axis map is defined via a couple
          properties that are not browsable in editor
        - Old configuraiton and data operators are marked obsolete
    jonnew committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8a3d201 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Update GenericDeviceDialog, and address review comments

    - GenericDeviceDialog was not updated to use `TableLayoutPanel` and `FlowLayoutPanel`, so the buttons were getting clipped at different scales. This has been corrected
    - Typos and whitespace fixes
    bparks13 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d4fa769 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Make AxisMap and AxisSign public properties of ConfigurePolledBno055

    - This way they can be set if this is used as a standalone device
    - Add PolledBno055SingleDeviceFactoryConverter to remove them from the
      properties pane when used in the context of MultiDeviceFactory with a
      specified orientation
    - Add correct AxisMap and AxisSign values to obsolete overrides of
      ConfigurePolledBno055
    jonnew committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    76edca0 View commit details
    Browse the repository at this point in the history