Property | Type | Description | |
---|---|---|---|
GestureTimer_Tick | void | ||
Initialize | void | ||
InitializeGestureTimer | void | ||
InitializeI2CAsync | System.Threading.Tasks.Task | ||
InitializeSensor | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAmbientLight ( ) : int |
Gets a value that represents the ambiant light
|
|
GetBlueLight ( ) : int |
Gets a value that represents the blue light
|
|
GetGreenLight ( ) : int |
Gets a value that represents the green light
|
|
GetProximity ( ) : byte |
Gets a value that represents the proximity
|
|
GetRedLight ( ) : int |
Gets a value that represents the red light
|
|
SparkFun_APDS9960_Helper ( Mode mode ) : System |
Initialize a new instance of SparkFun_APDS9960_Helper
|
Method | Description | |
---|---|---|
GestureTimer_Tick ( object sender, object e ) : void | ||
Initialize ( Mode mode ) : void |
Initialize everything
|
|
InitializeGestureTimer ( ) : void |
Initialize the timer if the mode of the sensor is in Gesture
|
|
InitializeI2CAsync ( ) : System.Threading.Tasks.Task |
Initialize the device
|
|
InitializeSensor ( Mode mode ) : void |
Initialize the sensor
|
public SparkFun_APDS9960_Helper ( Mode mode ) : System | ||
mode | Mode | The mode of the sensor |
return | System |