Home
last modified time | relevance | path

Searched refs:voltsVal (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dadc121c021.js39 var voltsVal = myI2C_ADC.valueToVolts(val);
40 console.log("ADC value: " + val + " Volts = " + voltsVal);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dadc121c021.py53 voltsVal = myAnalogDigitalConv.valueToVolts(val) variable
54 print "ADC value: %s Volts = %s" % (val, voltsVal)