Also, how would you recommend resetting the gyro value? I assume reinitializing the gyro isn’t the best way to do it, but I don’t see any other gyro functions.
There really is no way to reset the gyro with the code I included in ConVEX, it was just a quick hack and is not part of the core functionality. I would make a copy of the gyro code and include a global or something to cause the bias to be recalculated and the value set back to zero. I can throw something together for you (ie. update the existing code) next week if I have time, it won’t take long.