WorkingMode Enum
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.
MAX44009 Working Mode
C#
public enum WorkingMode
type WorkingMode =
Public Enum WorkingMode
- Inheritance
-
WorkingMode
Name | Value | Description |
---|---|---|
Default | 0 | Measure lux intensity only once every 800ms regardless of integration time. |
Continuous | 1 | Measure lux intensity continuously. If integration time is 6.25ms, readings are taken every 6.25ms. If integration time is 800ms, readings are taken every 800ms. |
Product | Versions |
---|---|
.NET IoT Libraries | 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |