SENSOR_DELAY_UI constant

Duration const SENSOR_DELAY_UI

Delay of 60000 microseconds between readings. Rate suitable for UI related work.

Implementation

static const Duration SENSOR_DELAY_UI = Duration(microseconds: 60000);