OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grove
(Results
51 - 75
of
304
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/bsp/intel/peripheral/libupm/examples/c++/
groveled-multi.cxx
28
#include "
grove
.h"
47
// Instantiate a
grove
LED on D2. Here we are controlling a
Grove
groveled.cxx
28
#include "
grove
.h"
35
// Create the
Grove
LED object using GPIO pin 2
50
// Delete the
Grove
LED object
grovecollision.cxx
44
// The was tested with the
Grove
Collision Sensor
45
// Instantiate a
Grove
Collision on digital pin D2
groveeldriver.cxx
44
// The was tested with the
Grove
El Driver Module
45
// Instantiate a
Grove
El Driver on digital pin D2
groveelectromagnet.cxx
49
// The was tested with the
Grove
Electromagnetic Module
50
// Instantiate a
Grove
Electromagnet on digital pin D2
groveslide.cxx
29
#include "
grove
.h"
36
upm::GroveSlide* slide = new upm::GroveSlide(0); // Instantiate new
grove
slide potentiometer on analog pin A0
/hardware/bsp/intel/peripheral/libupm/src/groveehr/
groveehr.h
33
* @brief
Grove
Ear-clip Heart Rate Sensor library
41
* @comname
Grove
Ear-clip Heart Rate Sensor
46
* @brief API for the
Grove
Ear-clip Heart Rate Sensor
48
* UPM module for the
Grove
ear-clip heart rate sensor. It is used to measure your
/hardware/bsp/intel/peripheral/displays/Grove_LCD_RGB/
Android.mk
19
# Example app to drive the
Grove
LCD RGB Backlight display
27
LOCAL_MODULE := example-display-
grove
-lcd
/hardware/bsp/intel/peripheral/libupm/examples/python/
grovebutton.py
24
import pyupm_grove as
grove
namespace
27
button =
grove
.GroveButton(0)
/hardware/bsp/intel/peripheral/libupm/src/gas/
mq2.h
34
* @comname
Grove
MQ2 Gas Sensor
40
* @brief API for the
Grove
MQ2 Gas Sensor
42
* The
Grove
MQ2 Gas Sensor module is useful for gas leakage detection
tp401.h
34
* @comname
Grove
Air Quality Sensor
41
* @brief API for the
Grove
TP401 Air Quality Sensor
43
* The
Grove
TP401 Air Quality Sensor module is useful for monitoring air purity indoors.
/hardware/bsp/intel/peripheral/libupm/src/isd1820/
isd1820.h
40
* @comname
Grove
Recorder
46
* @brief API support for the ISD1820-based
Grove
Voice Recorder
48
* This class implements support for the
Grove
Voice Recorder. There
/hardware/bsp/intel/peripheral/libupm/src/rfr359f/
rfr359f.h
40
* @altname
Grove
Distance Interrupter
47
* @brief API for the RFR359F-based
Grove
Distance Interrupter.
49
* UPM module for the
Grove
distance interrupter. The sensitivity
/hardware/bsp/intel/peripheral/libupm/src/grovewfs/
grovewfs.h
34
* @brief
Grove
Water Flow Sensor library
42
* @comname
Grove
Water Flow Sensor
49
* @brief API for the
Grove
Water Flow Sensor
70
*
Grove
Water Flow sensor constructor
/hardware/bsp/intel/peripheral/libupm/src/lcd/
jhd1313m1.h
37
* @altname
Grove
RGB LCD
40
* @web http://www.seeedstudio.com/depot/
Grove
-LCD-RGB-Backlight-p-1643.html?cPath=34_36
45
* an RGB backlight, such as a
Grove
RGB I2C LCD display
50
*
Grove
LCD RGB Backlight v2.0 display that requires 5V to operate.
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
nunchuck.h
51
* Wii Nunchuk connected to I2C via a
Grove
Wii Nunchuk adapter.
57
* A warning for the
Grove
Wii Nunchuk adapter: it has 2 traces on one
59
* Nunchuk connector's traces. The connector's '
Grove
'
60
* should be on the same side as the
Grove
interface socket on the
/hardware/bsp/intel/peripheral/libupm/src/rotaryencoder/
rotaryencoder.h
34
* @brief
Grove
Rotary Encoder library
41
* @comname
Grove
Rotary Encoder
48
* @brief API for the
Grove
Rotary Encoder
50
* UPM module for the
Grove
rotary encoder. This rotary encoder
/hardware/bsp/intel/peripheral/libupm/docs/
naming.md
8
modules as jsupm_<modulename>. For example for src/
grove
/ the library built
9
will be libupm-
grove
.so, the python module pyupm_grove and the js module
/hardware/bsp/intel/peripheral/libupm/examples/java/
GroveLed_multiSample.java
39
// Instantiate a
grove
LED on D2. Here we are controlling a
Grove
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
apds9002.js
27
// Load
Grove
Luminance sensor module
30
// Instantiate a
Grove
Luminance sensor on analog pin A0
biss0001.js
28
//Load
Grove
Motion module
30
// Instantiate a
Grove
Motion sensor on GPIO pin D2
groveeldriver.js
29
// The was tested with the
Grove
El Driver Module
30
// Instantiate a
Grove
El Driver on digital pin D2
groveelectromagnet.js
28
// The was tested with the
Grove
Electromagnetic Module
29
// Instantiate a
Grove
Electromagnet on digital pin D2
groveled.js
25
// Load
Grove
module
28
// Create the
Grove
LED object using GPIO pin 2
grovespeaker.js
28
//Load
Grove
Speaker module
30
// Instantiate a
Grove
Speaker on digital pin D2
Completed in 1121 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>