Can anybody provide me with an example on how to use the gyroscope with Monotouch? I can't figure out how to respond to gyro update events.
Thanks!
|
feedback
|
|
Here is a simple example:
Each of the three values of the RotationRate property of the CMGyroData instance is the amount of rotation angle per second on each axis, in radians. | |||
feedback
|