C# Class Porrey.Uwp.IoT.Sensors.SI1145

Enables direct access to the Adafruit SI1145 breakout board. This library was ported from the Adafruit Arduino library.
Inheritance: I2c, ISI1145
Datei anzeigen Open project: porrey/iot Class Usage Examples

Public Methods

Method Description
GetIrAsync ( ) : Task
GetProximityAsync ( ) : Task
GetUvAsync ( ) : Task
GetVisibleAsync ( ) : Task
ReadParam ( byte parameter ) : Task
SI1145 ( ) : System
WriteParameter ( byte parameter, byte value ) : System.Threading.Tasks.Task

Protected Methods

Method Description
OnInitializeAsync ( ) : System.Threading.Tasks.Task
OnResetAsync ( ) : System.Threading.Tasks.Task

Method Details

GetIrAsync() public method

public GetIrAsync ( ) : Task
return Task

GetProximityAsync() public method

public GetProximityAsync ( ) : Task
return Task

GetUvAsync() public method

public GetUvAsync ( ) : Task
return Task

GetVisibleAsync() public method

public GetVisibleAsync ( ) : Task
return Task

OnInitializeAsync() protected method

protected OnInitializeAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnResetAsync() protected method

protected OnResetAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ReadParam() public method

public ReadParam ( byte parameter ) : Task
parameter byte
return Task

SI1145() public method

public SI1145 ( ) : System
return System

WriteParameter() public method

public WriteParameter ( byte parameter, byte value ) : System.Threading.Tasks.Task
parameter byte
value byte
return System.Threading.Tasks.Task