2016-10-04 04:36 AM
2016-11-18 10:16 AM
Hello,
you have set output data rate to 100 Hz which means 10 ms between samples, but delay in main loop is 100 ms and there are some delays in other functions(Gyroscope_Read: 10 ms, Gyroscope_Values_Raw: 15 ms). You have to decrease all delays in whole loop below 10 ms, don't forget that printing of values will take some time as well.
Regarding high output values, you print float values like integers in ''printf'' function.
Best Regards,
Marian