메소드 | 설명 | |
---|---|---|
BeginAsync ( ) : IAsyncOperation |
Initialize the Sparkfun Weather Shield
|
|
WeatherShield ( string i2cBusName, int ledBluePin, int ledGreenPin ) : Microsoft.Maker.Devices.I2C.Htu21d |
Constructs WeatherShield with I2C bus and status LEDs identified
|
메소드 | 설명 | |
---|---|---|
BeginAsyncHelper ( ) : Task |
Initialize the Sparkfun Weather Shield Setup and instantiate the I2C device objects for the HTU21D and the MPL3115A2 and initialize the blue and green status LEDs. |
public WeatherShield ( string i2cBusName, int ledBluePin, int ledGreenPin ) : Microsoft.Maker.Devices.I2C.Htu21d | ||
i2cBusName | string | |
ledBluePin | int | |
ledGreenPin | int | |
리턴 | Microsoft.Maker.Devices.I2C.Htu21d |