HomeSort by relevance Sort by last modified time
    Searched defs:threshContext (Results 1 - 9 of 9) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/python/
mic.py 28 threshContext = upmMicrophone.thresholdContext()
29 threshContext.averageReading = 0
30 threshContext.runningAverage = 0
31 threshContext.averagedOver = 2
41 thresh = myMic.findThreshold(threshContext, 30, buffer, len)
42 myMic.printGraph(threshContext)
mq2.py 46 threshContext = upmGas.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = myMQ2.findThreshold(threshContext, 30, mybuffer, samplelen)
60 myMQ2.printGraph(threshContext, 5)
mq3.py 46 threshContext = upmGas.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = myMQ3.findThreshold(threshContext, 30, mybuffer, samplelen)
60 myMQ3.printGraph(threshContext, 5)
mq4.py 46 threshContext = upmGAS.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
60 sensor.printGraph(threshContext, 5)
mq5.py 46 threshContext = upmGas.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = myMQ5.findThreshold(threshContext, 30, mybuffer, samplelen)
60 myMQ5.printGraph(threshContext, 5)
mq6.py 46 threshContext = upmGAS.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
60 sensor.printGraph(threshContext, 5)
mq7.py 46 threshContext = upmGAS.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
60 sensor.printGraph(threshContext, 5)
mq8.py 46 threshContext = upmGAS.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
60 sensor.printGraph(threshContext, 5)
mq9.py 46 threshContext = upmGas.thresholdContext()
47 threshContext.averageReading = 0
48 threshContext.runningAverage = 0
49 threshContext.averagedOver = 2
59 thresh = myMQ9.findThreshold(threshContext, 30, mybuffer, samplelen)
60 myMQ9.printGraph(threshContext, 5)

Completed in 180 milliseconds