C# Class GHIElectronics.UAP.Gadgeteer.NativeInterfaces.PwmOutput

Inheritance: SocketInterfaces.PwmOutput
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes protégées

Méthode Description
SetEnabled ( bool state ) : void
SetValues ( double frequency, double dutyCycle ) : void

Method Details

SetEnabled() protected méthode

protected SetEnabled ( bool state ) : void
state bool
Résultat void

SetValues() protected méthode

protected SetValues ( double frequency, double dutyCycle ) : void
frequency double
dutyCycle double
Résultat void