Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GHIElectronics
UAP
Gadgeteer
NativeInterfaces
PwmOutput
C# Class GHIElectronics.UAP.Gadgeteer.NativeInterfaces.PwmOutput
Inheritance:
SocketInterfaces.PwmOutput
显示文件
Open project: amykatenicho/IoTWorkshop
Protected Methods
Method
Description
SetEnabled
(
bool
state
) :
void
SetValues
(
double
frequency
,
double
dutyCycle
) :
void
Method Details
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