Skip to content

Commit 3c6702b

Browse files
authored
Merge pull request #389 from open-ephys/issue-388
Fix ConfigurePolledBno055 operation mode
2 parents 8e7f59e + de2003c commit 3c6702b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenEphys.Onix1/ConfigurePolledBno055.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void ConfigureBno055(DeviceContext device)
119119
i2c.WriteByte(0x3F, 0x00); // Internal oscillator
120120
i2c.WriteByte(0x41, (uint)AxisMap); // Axis map config
121121
i2c.WriteByte(0x42, (uint)AxisSign); // Axis sign
122-
i2c.WriteByte(0x3D, 8); // Operation mode is NOF
122+
i2c.WriteByte(0x3D, 0x0C); // Operation mode is NDOF
123123
}
124124
}
125125

0 commit comments

Comments
 (0)