HomeSort by relevance Sort by last modified time
    Searched refs:CJQ4435 (Results 1 - 6 of 6) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/cjq4435/
cjq4435.h 30 * @brief CJQ4435 MOSFET library
31 * @defgroup cjq4435 libupm-cjq4435
36 * @library cjq4435
37 * @sensor cjq4435
39 * @altname CJQ4435
45 * @brief API for the CJQ4435 MOSFET
47 * UPM module for the CJQ4435 MOSFET. It was developed using the
54 * @image html cjq4435.jpg
55 * @snippet cjq4435.cxx Interestin
    [all...]
cjq4435.cxx 29 #include "cjq4435.h"
34 CJQ4435::CJQ4435(int pin)
46 CJQ4435::~CJQ4435()
54 void CJQ4435::setPeriodUS(int us)
61 void CJQ4435::setPeriodMS(int ms)
68 void CJQ4435::setPeriodSeconds(float seconds)
75 void CJQ4435::enable(bool enable)
81 void CJQ4435::setDutyCycle(float dutyCycle
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
cjq4435.cxx 28 #include "cjq4435.h"
46 // Instantiate a CJQ4435 MOSFET on a PWM capable digital pin D3
47 upm::CJQ4435* mosfet = new upm::CJQ4435(3);
  /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);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
cjq4435.py 28 # Instantiate a CJQ4435 MOSFET on a PWM capable digital pin D3
29 myMOSFETsensor = upmCjq4435.CJQ4435(3)
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
cjq4435.js 34 // Instantiate a CJQ4435 MOSFET on a PWM capable digital pin D3
35 var myMOSFETsensor = new MOSFETsensor.CJQ4435(3);

Completed in 4134 milliseconds