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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
groveeldriver.cxx 48 bool lightState = true;
52 if (lightState)
56 lightState = !lightState;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
groveeldriver.js 33 var lightState = true;
37 if (lightState)
41 lightState = !lightState;
  /hardware/bsp/intel/peripheral/libupm/examples/python/
groveeldriver.py 48 lightState = True
51 if (lightState):
55 lightState = not lightState

Completed in 328 milliseconds