C# Class GHIElectronics.UAP.Gadgeteer.Modules.FEZCream.IndirectedPwmOutput

Inheritance: GHIElectronics.UAP.Gadgeteer.SocketInterfaces.PwmOutput
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
IndirectedPwmOutput ( int channel, PCA9685 pwm ) : GHIElectronics.UAP.Drivers

Protected Methods

Method Description
SetEnabled ( bool state ) : void
SetValues ( double frequency, double dutyCycle ) : void

Method Details

IndirectedPwmOutput() public method

public IndirectedPwmOutput ( int channel, PCA9685 pwm ) : GHIElectronics.UAP.Drivers
channel int
pwm GHIElectronics.UAP.Drivers.PCA9685
return GHIElectronics.UAP.Drivers

SetEnabled() protected method

protected SetEnabled ( bool state ) : void
state bool
return void

SetValues() protected method

protected SetValues ( double frequency, double dutyCycle ) : void
frequency double
dutyCycle double
return void