OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mosfet
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/c++/
cjq4435.cxx
46
// Instantiate a CJQ4435
MOSFET
on a PWM capable digital pin D3
47
upm::CJQ4435*
mosfet
= new upm::CJQ4435(3);
local
49
mosfet
->setPeriodMS(10);
50
mosfet
->enable(true);
57
mosfet
->setDutyCycle(i);
65
mosfet
->setDutyCycle(i);
75
delete
mosfet
;
/hardware/bsp/intel/peripheral/libupm/examples/java/
CJQ4435Sample.java
37
// Instantiate a CJQ4435
MOSFET
on a PWM capable digital pin D3
38
upm_cjq4435.CJQ4435
mosfet
= new upm_cjq4435.CJQ4435(3);
local
40
mosfet
.setPeriodMS(10);
41
mosfet
.enable(true);
46
mosfet
.setDutyCycle(i);
54
mosfet
.setDutyCycle(i);
Completed in 200 milliseconds