C# Class Gor.Devices.Light_PhotoResistor

Inheritance: Sensor
Afficher le fichier Open project: gamondue/GOR-4H-16 Class Usage Examples

Méthodes publiques

Méthode Description
Initialization ( ) : void
Light_PhotoResistor ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, System.Logger Logger ) : System
Measure ( ) : List
ReadInt ( ) : int

Return ADC points of reading

Method Details

Initialization() public méthode

public Initialization ( ) : void
Résultat void

Light_PhotoResistor() public méthode

public Light_PhotoResistor ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, System.Logger Logger ) : System
Name string
Simulation bool
Adc Adc_MCP3208
Channel int
Logger System.Logger
Résultat System

Measure() public méthode

public Measure ( ) : List
Résultat List

ReadInt() public méthode

Return ADC points of reading
public ReadInt ( ) : int
Résultat int