HomeSort by relevance Sort by last modified time
    Searched full:groverotary (Results 1 - 10 of 10) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
groverotary.js 29 var groveRotary = new upm_grove.GroveRotary(0);
35 var abs = groveRotary.abs_value();
36 var absdeg = groveRotary.abs_deg();
37 var absrad = groveRotary.abs_rad();
39 var rel = groveRotary.rel_value();
40 var reldeg = groveRotary.rel_deg();
41 var relrad = groveRotary.rel_rad();
  /hardware/bsp/intel/peripheral/libupm/src/grove/
grove.cxx 170 //// GroveRotary ////
172 GroveRotary::GroveRotary(unsigned int pin)
182 GroveRotary::~GroveRotary()
187 float GroveRotary::abs_value()
192 float GroveRotary::abs_deg()
194 return GroveRotary::abs_value() * (float) m_max_angle / 1023.0;
197 float GroveRotary::abs_rad()
199 return GroveRotary::abs_deg() * M_PI / 180.0
    [all...]
groverotary.h 28 * @sensor groverotary
42 * @image html groverotary.jpeg
43 * @snippet groverotary.cxx Interesting
grove.h 249 * @snippet groverotary.cxx Interesting
250 * @image html groverotary.jpeg
252 class GroveRotary: public Grove {
259 GroveRotary(unsigned int pin);
261 * GroveRotary destructor
263 ~GroveRotary();
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GroveRotarySample.java 38 upm_grove.GroveRotary knob = new upm_grove.GroveRotary(0);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groverotary.cxx 36 upm::GroveRotary* knob = new upm::GroveRotary(0);
CMakeLists.txt 10 add_executable (groverotary-example groverotary.cxx)
270 target_link_libraries (groverotary-example grove ${CMAKE_THREAD_LIBS_INIT})
  /hardware/bsp/intel/peripheral/libupm/examples/python/
groverotary.py 27 knob = grove.GroveRotary(0)
  /hardware/bsp/intel/peripheral/libupm/docs/
changelog.md 80 mpl3115a2, lsm303, joystick12, tsl2561, groverotary, groveslider, adxl345,
  /hardware/bsp/intel/peripheral/libupm/doxy/
samples.mapping.txt 39 groverotary.cxx GroveRotarySample.java

Completed in 457 milliseconds