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

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

Public Methods

Method Description
IndirectedPwmOutput ( CY8C9560A pin, CY8C9560A cy8 ) : GHIElectronics.UAP.Drivers

Protected Methods

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

Method Details

IndirectedPwmOutput() public method

public IndirectedPwmOutput ( CY8C9560A pin, CY8C9560A cy8 ) : GHIElectronics.UAP.Drivers
pin CY8C9560A
cy8 CY8C9560A
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