C# Class Lesson_205.TCS34725

Afficher le fichier Open project: ms-iot/adafruitsample Class Usage Examples

Méthodes publiques

Méthode Description
Disable ( ) : System.Threading.Tasks.Task
Enable ( ) : System.Threading.Tasks.Task
Initialize ( ) : System.Threading.Tasks.Task
TCS34725 ( int ledControlPin = 12 ) : System
getClosestColor ( ) : Task
getRawData ( ) : Task
getRgbData ( ) : Task

Private Methods

Méthode Description
ColorFromBuffer ( byte buffer ) : UInt16
begin ( ) : System.Threading.Tasks.Task
initColorList ( ) : void
setGain ( eTCS34725Gain gain ) : void
setIntegrationTime ( eTCS34725IntegrationTime integrationTime ) : void

Method Details

Disable() public méthode

public Disable ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Enable() public méthode

public Enable ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Initialize() public méthode

public Initialize ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

TCS34725() public méthode

public TCS34725 ( int ledControlPin = 12 ) : System
ledControlPin int
Résultat System

getClosestColor() public méthode

public getClosestColor ( ) : Task
Résultat Task

getRawData() public méthode

public getRawData ( ) : Task
Résultat Task

getRgbData() public méthode

public getRgbData ( ) : Task
Résultat Task