Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/hx711/
Dhx711.cxx33 HX711::HX711(uint8_t data, uint8_t sck, uint8_t gain) { in HX711() function in HX711
63 HX711::~HX711() { in ~HX711()
77 unsigned long HX711::read() { in read()
100 void HX711::setGain(uint8_t gain){ in setGain()
117 unsigned long HX711::readAverage(uint8_t times){ in readAverage()
125 double HX711::getValue(uint8_t times){ in getValue()
129 float HX711::getUnits(uint8_t times){ in getUnits()
133 void HX711::tare(uint8_t times){ in tare()
138 void HX711::setScale(float scale){ in setScale()
142 void HX711::setOffset(long offset){ in setOffset()
Dhx711.h56 class HX711 {
66 HX711(uint8_t data, uint8_t sck, uint8_t gain = 128);
71 ~HX711();
DCMakeLists.txt2 set (libdescription "HX711 24bit ADC")
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dhx711.cxx34 upm::HX711 *scale = new upm::HX711(3, 2); in main()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dhx711.js27 var scale = new hx711.HX711(3, 2);