Skip to content

Commit 1b858cd

Browse files
authored
Merge pull request #117 from open-ephys/issue-115
Fix RotationAxis property for hs64
2 parents 7972f01 + 0f7c330 commit 1b858cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

workflows/hardware/hs64/bno055.bonsai

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<Expression xsi:type="IncludeWorkflow" Path="OpenEphys.Commutator:AutoCommutator.bonsai">
2626
<RotationAxis>
2727
<X>0</X>
28-
<Y>-1</Y>
29-
<Z>0</Z>
28+
<Y>0</Y>
29+
<Z>1</Z>
3030
</RotationAxis>
3131
<LedEnable>true</LedEnable>
3232
<PortName>COM4</PortName>

workflows/hardware/hs64/hs64.bonsai

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@
229229
<Expression xsi:type="IncludeWorkflow" Path="OpenEphys.Commutator:AutoCommutator.bonsai">
230230
<RotationAxis>
231231
<X>0</X>
232-
<Y>-1</Y>
233-
<Z>0</Z>
232+
<Y>0</Y>
233+
<Z>1</Z>
234234
</RotationAxis>
235235
<LedEnable>true</LedEnable>
236236
<PortName>COM4</PortName>

0 commit comments

Comments
 (0)