SENSOR_DELAY_NORMAL constant

Duration const SENSOR_DELAY_NORMAL

Delay of 200000 microseconds between readings. Rate suitable for screen orientation changes.

Implementation

static const Duration SENSOR_DELAY_NORMAL = Duration(microseconds: 200000);