You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the ReadRegister(bool register, int length) is returns byte[] which consiststs of first byte containing register number equivalent to the first argument of ReadRegister() and the rest of bytes contain zeroes.
I suppose this is a monoev3 related bug since:
The physical sensor works in EV3 graphical SDK as expected
Other manufacturers' sensors work on tested EV3 as expected (tested with Hi-Technic Gyro and Lego Color sensor)
Other users are having this issue as well with other Mindsensors' sensors
Code including Main() for testing purposes follows:
I implemented class for data collection from Mindsensors' GlideWheel, datasheet is here.
However, the
ReadRegister(bool register, int length)
is returnsbyte[]
which consiststs of first byte containing register number equivalent to the first argument ofReadRegister()
and the rest of bytes contain zeroes.I suppose this is a monoev3 related bug since:
Code including Main() for testing purposes follows:
The text was updated successfully, but these errors were encountered: