Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/examples/javascript/
DBlink-IO.js32 function periodicActivity() function
36 …setTimeout(periodicActivity,1000); //call the indicated function after 1 second (1000 milliseconds)
39 periodicActivity(); //call the periodicActivity function
DGPIO_DigitalRead.js31 periodicActivity(); //call the periodicActivity function
33 function periodicActivity() // function
37 …setTimeout(periodicActivity,1000); //call the indicated function after 1 second (1000 milliseconds)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadis16448.js46 periodicActivity(); //Call the periodicActivity function
48 function periodicActivity() function
66 …setTimeout(periodicActivity,200); //call the indicated function after 0.2 seconds (200 millisecond…