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

  /hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
rgbringcoder.cxx 27 #include "rgbringcoder.h"
32 RGBRingCoder::RGBRingCoder(int en, int latch, int clear, int clk, int dat,
98 RGBRingCoder::~RGBRingCoder()
116 void RGBRingCoder::interruptHandler(void *ctx)
118 upm::RGBRingCoder *This = (upm::RGBRingCoder *)ctx;
156 void RGBRingCoder::setRingLEDS(uint16_t bits)
177 bool RGBRingCoder::getButtonState(
    [all...]
rgbringcoder.h 39 * @defgroup rgbringcoder libupm-rgbringcoder
44 * @library rgbringcoder
45 * @sensor rgbringcoder
61 * @image html rgbringcoder.jpg
62 * @snippet rgbringcoder.cxx Interesting
65 class RGBRingCoder {
69 * RGBRingCoder constructor
83 RGBRingCoder(int en, int latch, int clear, int clk, int dat, int sw,
87 * RGBRingCoder destructo
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
rgbringcoder.cxx 27 #include "rgbringcoder.h"
65 upm::RGBRingCoder *ringCoder =
66 new upm::RGBRingCoder(4, 10, 11, 2, 9, 7, 12, 13, 3, 5, 6);
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
rgbringcoder.js 47 var ringCoder = new ringcoderObj.RGBRingCoder(4, 10, 11, 2, 9, 7, 12, 13, 3,
  /hardware/bsp/intel/peripheral/libupm/examples/python/
rgbringcoder.py 44 ringCoder = upmRGBRingCoder.RGBRingCoder(4, 10, 11, 2, 9, 7, 12, 13, 3,

Completed in 1233 milliseconds