autocompensates property

bool autocompensates
final

Should these sensor samples be autocompensated? That is, with our without a supplied compensation, should values generate dynamically for the compensation that is subtracted from sensor samplings?

Default is true. Otherwise an XL will only consider compensation, which defaults to [0,0] (respectively [x,y]).

Implementation

final bool autocompensates;