I want to sample the Accelerometer and GPS Sensors as fast as possible. I know GPS maximal frequency is 1 Hz, but the Accelerometer suppose to have much higher frequency. I dont want to wait for event of the Accelerometer- I want to sample it by myself as fast as possible. how can I do it? Setting timer of milliseconds wont do the work since as I understood when the system is overloaded the interrupt wont happen at the exact needed time (sleepage). I need a timer/interrupt that can be as precise as possible. Thanks, Yaron
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

