MeasuringMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The measuring mode of BH1750FVI
public enum MeasuringMode
type MeasuringMode =
Public Enum MeasuringMode
- Inheritance
-
MeasuringMode
Fields
Name | Value | Description |
---|---|---|
ContinuouslyHighResolutionMode | 16 | Start measurement at 1lx resolution Measurement Time is typically 120ms. |
ContinuouslyHighResolutionMode2 | 17 | Start measurement at 0.5lx resolution Measurement Time is typically 120ms. |
ContinuouslyLowResolutionMode | 19 | Start measurement at 4lx resolution Measurement Time is typically 16ms. |
OneTimeHighResolutionMode | 32 | Start measurement at 1lx resolution once Measurement Time is typically 120ms. It is automatically set to Power Down mode after measurement. |
OneTimeHighResolutionMode2 | 33 | Start measurement at 0.5lx resolution once Measurement Time is typically 120ms. It is automatically set to Power Down mode after measurement. |
OneTimeLowResolutionMode | 35 | Start measurement at 4lx resolution once Measurement Time is typically 16ms. It is automatically set to Power Down mode after measurement. |