Home
last modified time | relevance | path

Searched refs:milliAmps (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/ta12200/
Dta12200.h104 float milliAmps(unsigned int val, int res=TA12200_ADC_RES);
Dta12200.cxx102 float TA12200::milliAmps(unsigned int val, int res) in milliAmps() function in TA12200
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dta12200.cxx52 float current = electricity->milliAmps(maxVal); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dta12200.js35 current = myElectricitySensor.milliAmps(maxVal);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dta12200.py50 current = myElectricitySensor.milliAmps(maxVal)