OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myDustSensor
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ppd42ns.js
31
var
myDustSensor
= new dustSensor.PPD42NS(8);
41
data =
myDustSensor
.getData();
/hardware/bsp/intel/peripheral/libupm/examples/python/
ppd42ns.py
28
myDustSensor
= upmPpd42ns.PPD42NS(8)
36
# This function lets you run code on exit, including functions from
myDustSensor
51
data =
myDustSensor
.getData()
Completed in 3792 milliseconds