Skip to content

Commit

Permalink
Merge pull request #117 from open-ephys/issue-115
Browse files Browse the repository at this point in the history
Fix RotationAxis property for hs64
  • Loading branch information
cjsha authored Oct 28, 2024
2 parents 7972f01 + 0f7c330 commit 1b858cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions workflows/hardware/hs64/bno055.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<Expression xsi:type="IncludeWorkflow" Path="OpenEphys.Commutator:AutoCommutator.bonsai">
<RotationAxis>
<X>0</X>
<Y>-1</Y>
<Z>0</Z>
<Y>0</Y>
<Z>1</Z>
</RotationAxis>
<LedEnable>true</LedEnable>
<PortName>COM4</PortName>
Expand Down
4 changes: 2 additions & 2 deletions workflows/hardware/hs64/hs64.bonsai
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@
<Expression xsi:type="IncludeWorkflow" Path="OpenEphys.Commutator:AutoCommutator.bonsai">
<RotationAxis>
<X>0</X>
<Y>-1</Y>
<Z>0</Z>
<Y>0</Y>
<Z>1</Z>
</RotationAxis>
<LedEnable>true</LedEnable>
<PortName>COM4</PortName>
Expand Down

0 comments on commit 1b858cd

Please sign in to comment.