Skip to content

setQuality

Stefan Armborst edited this page Dec 30, 2019 · 15 revisions

setQuality

sets the Quality for the next measurement.

void setQuality(Quality quality);

result void

Internal at startMeasure() the Quality must be send. So with this function no real call to the sensor is made.


Examples and hints:

There are several ways to set this value. Every time the value is used for further measurements. For example you can set the Quality at startMeasure(BH1750_HIGH2, MTregDefault) the call startMeasure() with empty brackets will use the same settings set before.

Clone this wiki locally