none constant

List<double> const none

A sensor Compensation that has no effect on the resultant sensor data.

Recommended, along with Reset.shouldReset == true for autocompensation.

Implementation

static const List<double> none = [0.0, 0.0];