HomeSort by relevance Sort by last modified time
    Searched defs:HX711 (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/hx711/
hx711.h 32 * @brief HX711 24-bit ADC library
33 * @defgroup hx711 libupm-hx711
38 * @library hx711
39 * @sensor hx711
40 * @comname HX711 Analog-to-Digital Converter
46 * @brief API for the HX711 Analog-to-Digital Converter
48 * HX711 is a precision 24-bit analog-to-digital converter (ADC)
53 * @image html hx711.jpeg
54 * @snippet hx711.cxx Interestin
    [all...]
hx711.cxx 28 #include "hx711.h"
33 HX711::HX711(uint8_t data, uint8_t sck, uint8_t gain) {
63 HX711::~HX711() {
77 unsigned long HX711::read() {
100 void HX711::setGain(uint8_t gain){
117 unsigned long HX711::readAverage(uint8_t times){
125 double HX711::getValue(uint8_t times){
129 float HX711::getUnits(uint8_t times)
    [all...]

Completed in 154 milliseconds