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

Represents an onboard RGB led.
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
TurnOff ( ) : void

Turns the LED off.

Private Methods

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

Method Details

TurnOff() public méthode

Turns the LED off.
public TurnOff ( ) : void
Résultat void