Skip to content

getQuality

Starmbi edited this page Jan 12, 2020 · 5 revisions

BH1750Quality getQuality

returns the current used Quality.

BH1750Quality getQuality();

Return BH1750Quality

enum BH1750Quality
{
  BH1750_QUALITY_HIGH = 0x20,
  BH1750_QUALITY_HIGH2 = 0x21,
  BH1750_QUALITY_LOW = 0x23,
};

For further explanation see setQuality()

Clone this wiki locally