Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
GHIElectronics
UAP
Gadgeteer
NativeInterfaces
PwmOutput
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