start
void
start
(
successCallback
,
frequency
)
Start tracking of acceleration data. The setting of the frequency is
optional. The default value is 40 Hz (1.0/40.0).
- Parameters:
-
successCallback <Object>Function that will be called if new data is available -
frequency <Float>Frequency provided as a friction of seconds (Hertz)
- Returns:
void