qt_reset_sensing

This function disables all sensors and resets all configuration settings (for example, “qt_di”) to their default values.

void qt_reset_sensing( void )

Arguments

Type

Comment

Void

-

-

Note:
  1. 1.

    This may be useful if it is desired to dynamically reconfigure sensing. After calling this function, any required sensors must be re-enabled, filter callback needs to be re-initialized, and qt_init_sensing() must be called before qt_measure_sensors() is called again.

  2. 2.

    In case of QMatrix, the burst lengths for all channels are set to zero.