Searched refs:voltsVal (Results 1 – 2 of 2) sorted by relevance
39 var voltsVal = myI2C_ADC.valueToVolts(val);40 console.log("ADC value: " + val + " Volts = " + voltsVal);
53 voltsVal = myAnalogDigitalConv.valueToVolts(val) variable54 print "ADC value: %s Volts = %s" % (val, voltsVal)