Reference   Language | Libraries | Comparison | Changes

CurieIMU

setStepDetectionMode()

Description

Sets the value of the step detection mode.

Syntax

CurieIMU.setStepDetectionMode(in mode)

Return

mode: the step detection mode. It can assume one of these values:

  • CURIE_IMU_STEP_MODE_NORMAL
  • CURIE_IMU_STEP_MODE_SENSITIVE
  • CURIE_IMU_STEP_MODE_ROBUST
  • CURIE_IMU_STEP_MODE_UNKNOWN

See also

Reference Home

Corrections, suggestions, and new documentation should be posted to the Forum.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.