OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upmGAS
(Results
1 - 8
of
8
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mq4.js
27
var
upmGAS
= require("jsupm_gas");
30
var sensor = new
upmGAS
.MQ4(0);
32
var threshContext = new
upmGAS
.thresholdContext;
44
var buffer = new
upmGAS
.uint16Array(128);
mq6.js
27
var
upmGAS
= require("jsupm_gas");
30
var sensor = new
upmGAS
.MQ6(0);
32
var threshContext = new
upmGAS
.thresholdContext;
44
var buffer = new
upmGAS
.uint16Array(128);
mq7.js
27
var
upmGAS
= require("jsupm_gas");
30
var sensor = new
upmGAS
.MQ7(0);
32
var threshContext = new
upmGAS
.thresholdContext;
44
var buffer = new
upmGAS
.uint16Array(128);
mq8.js
27
var
upmGAS
= require("jsupm_gas");
30
var sensor = new
upmGAS
.MQ8(0);
32
var threshContext = new
upmGAS
.thresholdContext;
44
var buffer = new
upmGAS
.uint16Array(128);
/hardware/bsp/intel/peripheral/libupm/examples/python/
mq4.py
25
import pyupm_gas as
upmGAS
28
sensor =
upmGAS
.MQ4(0)
46
threshContext =
upmGAS
.thresholdContext()
55
mybuffer =
upmGAS
.uint16Array(128)
mq6.py
25
import pyupm_gas as
upmGAS
28
sensor =
upmGAS
.MQ6(0)
46
threshContext =
upmGAS
.thresholdContext()
55
mybuffer =
upmGAS
.uint16Array(128)
mq7.py
25
import pyupm_gas as
upmGAS
28
sensor =
upmGAS
.MQ7(0)
46
threshContext =
upmGAS
.thresholdContext()
55
mybuffer =
upmGAS
.uint16Array(128)
mq8.py
25
import pyupm_gas as
upmGAS
28
sensor =
upmGAS
.MQ8(0)
46
threshContext =
upmGAS
.thresholdContext()
55
mybuffer =
upmGAS
.uint16Array(128)
Completed in 79 milliseconds