Home
last modified time | relevance | path

Searched refs:lightState (Results 1 – 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dgroveeldriver.js33 var lightState = true; variable
37 if (lightState)
41 lightState = !lightState;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dgroveeldriver.cxx48 bool lightState = true; in main() local
52 if (lightState) in main()
56 lightState = !lightState; in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dgroveeldriver.py48 lightState = True variable
51 if (lightState):
55 lightState = not lightState variable