SENSOR_DELAY_GAME constant

Duration const SENSOR_DELAY_GAME

Delay of 20000 microseconds between readings. Rate suitable for games.

Implementation

static const Duration SENSOR_DELAY_GAME = Duration(microseconds: 20000);