C# Class GHIElectronics.UAP.Shields.FEZHAT.RgbLed

Represents an onboard RGB led.
显示文件 Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
TurnOff ( ) : void

Turns the LED off.

Private Methods

Method Description
RgbLed ( PCA9685 pwm, int redChannel, int greenChannel, int blueChannel ) : GHIElectronics.UAP.Drivers

Method Details

TurnOff() public method

Turns the LED off.
public TurnOff ( ) : void
return void