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

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
mq9.js 30 var myMQ9 = new upmMQ9.MQ9(0);
41 var len = myMQ9.getSampledWindow(2, 128, buffer);
44 var thresh = myMQ9.findThreshold(threshContext, 30, buffer, len);
45 myMQ9.printGraph(threshContext, 5);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
mq9.py 28 myMQ9 = upmGas.MQ9(0)
36 # This function lets you run code on exit, including functions from myMQ9
57 samplelen = myMQ9.getSampledWindow(2, 128, mybuffer)
59 thresh = myMQ9.findThreshold(threshContext, 30, mybuffer, samplelen)
60 myMQ9.printGraph(threshContext, 5)

Completed in 3350 milliseconds