|
long | getRaw (void) |
|
void | tare (float t) |
|
void | readADC (uint8_t c=20) |
|
void | begin (uint8_t *dout, uint8_t length, uint8_t pd_sck, uint8_t gain=128) |
|
bool | is_ready () |
|
void | set_gain (uint8_t gain=128) |
|
long | read (uint8_t timeout=128) |
|
const long * | get_single_readings () |
|
long | read_average (uint8_t times=10, uint8_t timeout=128) |
|
uint8_t | read_average (long *res, uint8_t times=10, uint8_t timeout=128) |
|
long | read_average_with_filter (long *res, unsigned long max_dev=5000, uint8_t *counts=NULL, uint8_t times=10, uint8_t timeout=128) |
|
void | power_down () |
|
void | power_up () |
|
void | set_no_sleep (bool ns) |
|
| Scale4PointCal (int o=0) |
|
void | setConfPoint (float t, uint8_t t_index, long adc, uint8_t adc_index) |
|
void | setConf (float w, float *t, long *a) |
|
void | getConf (float &w, float *t, long *a) |
|
void | setScaleWeight (float w) |
|
void | setTare (long adc, float t) |
|
void | saveConf (void) |
|
void | readConf (void) |
|
void | printConf (void) |
|
float | getWeight (long adc, float t) |
|
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSSensors/HX711Array.h
- BayEOS-Arduino/libraries/BayEOSSensors/HX711Array.cpp