|
MetaWear C# SDK
1.0.0
C# API for MbientLab's sensor platform
|
Lite-On sensor converting light intensity to a digital signal More...
Public Member Functions | |
| void | Configure (Gain gain=Gain._1x, IntegrationTime time=IntegrationTime._100ms, MeasurementRate rate=MeasurementRate._500ms) |
| Configures the ambient light sensor More... | |
Properties | |
| IAsyncDataProducer | Illuminance [get] |
| Data producer for illuminance data More... | |
Lite-On sensor converting light intensity to a digital signal
| void MbientLab.MetaWear.Sensor.IAmbientLightLtr329.Configure | ( | Gain | gain = Gain._1x, |
| IntegrationTime | time = IntegrationTime._100ms, |
||
| MeasurementRate | rate = MeasurementRate._500ms |
||
| ) |
Configures the ambient light sensor
| gain | Controls the range and resolution of illuminance values, defaults to 1x |
| time | Measurement time for each cycle, defaults to 100mx |
| rate | How frequently to update the illuminance data, defaults to 500ms |
|
get |
Data producer for illuminance data
1.8.14