OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voltage_value
(Results
1 - 6
of
6
) sorted by null
/hardware/bsp/intel/peripheral/libupm/examples/python/
groveslide.py
34
volts = slider.
voltage_value
()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
groveslide.cxx
42
float volts = slide->
voltage_value
(); // Read voltage, board reference set at 5.0V
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
groveslide.js
35
var volts = groveSlide.
voltage_value
();
/hardware/bsp/intel/peripheral/libupm/examples/java/
GroveSlideSample.java
42
float value = slide.
voltage_value
();
/hardware/bsp/intel/peripheral/libupm/src/grove/
grove.h
340
float
voltage_value
();
grove.cxx
240
float GroveSlide::
voltage_value
()
function in class:GroveSlide
Completed in 318 milliseconds