C# Class RPi.Pwm.PwmDeviceStub

Inheritance: IPwmDevice
Afficher le fichier Open project: neutmute/RPi.Demo

Méthodes publiques

Méthode Description
PwmDeviceStub ( ) : System
SetFull ( PwmChannel channel, bool fullOn ) : void
SetPwm ( PwmChannel channel, int on, int off ) : void
SetPwmUpdateRate ( Frequency frequency ) : void

Method Details

PwmDeviceStub() public méthode

public PwmDeviceStub ( ) : System
Résultat System

SetFull() public méthode

public SetFull ( PwmChannel channel, bool fullOn ) : void
channel PwmChannel
fullOn bool
Résultat void

SetPwm() public méthode

public SetPwm ( PwmChannel channel, int on, int off ) : void
channel PwmChannel
on int
off int
Résultat void

SetPwmUpdateRate() public méthode

public SetPwmUpdateRate ( Frequency frequency ) : void
frequency Frequency
Résultat void