MetaWear C# SDK  1.0.0
C# API for MbientLab's sensor platform
Public Member Functions | Properties | List of all members
MbientLab.MetaWear.Sensor.IColorTcs34725 Interface Reference

Colored light-to-digital converter by TAOS that can sense red, green, blue, and clear light More...

Inheritance diagram for MbientLab.MetaWear.Sensor.IColorTcs34725:
MbientLab.MetaWear.IModule

Public Member Functions

void Configure (Gain gain=Gain._1x, float integationTime=2.4f, bool illuminate=false)
 Configure the color sensor More...
 

Properties

IForcedDataProducer Adc [get]
 Data producer representing the measured adc values More...
 

Detailed Description

Colored light-to-digital converter by TAOS that can sense red, green, blue, and clear light

Member Function Documentation

◆ Configure()

void MbientLab.MetaWear.Sensor.IColorTcs34725.Configure ( Gain  gain = Gain._1x,
float  integationTime = 2.4f,
bool  illuminate = false 
)

Configure the color sensor

Parameters
gainAnalog gain, defaults to 1x
integationTimeIntegration time, impacts resolution and sensitivity, defaults to 2.4ms
illuminateTrue if illuminator led should be flashed before measuring the data, defaults to false

Property Documentation

◆ Adc

IForcedDataProducer MbientLab.MetaWear.Sensor.IColorTcs34725.Adc
get

Data producer representing the measured adc values


The documentation for this interface was generated from the following file: