Home
last modified time | relevance | path

Searched refs:samplelen (Results 1 – 8 of 8) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmq8.py57 samplelen = sensor.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq7.py57 samplelen = sensor.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq4.py57 samplelen = sensor.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq6.py57 samplelen = sensor.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq9.py57 samplelen = myMQ9.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = myMQ9.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq3.py57 samplelen = myMQ3.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = myMQ3.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq2.py57 samplelen = myMQ2.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = myMQ2.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq5.py57 samplelen = myMQ5.getSampledWindow(2, 128, mybuffer) variable
58 if samplelen:
59 thresh = myMQ5.findThreshold(threshContext, 30, mybuffer, samplelen)