-
Akira started the topic readGyro() function returns wrong values in the forum 8 years, 2 months ago
I am using the Unity plugin ver.0039.
When I call UH.readGyro() function from my code, it is returning Acceleration values, not gyro values.
I think it is because the return statement in readGyro() says
return UHAccel;
in the UH.cs line 363. It should be
return UHGyro;
-
Akira started the topic readGyro() function returns wrong values in the forum 8 years, 2 months ago
I am using the Unity plugin ver.0039.
When I call UH.readGyro() function from my code, it is returning Acceleration values, not gyro values.
I think it is because the return statement in readGyro() says
return UHAccel;
in the UH.cs line 363. It should be
return UHGyro;