|
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) |
|
The documentation for this class was generated from the following files:
- BayEOS-Arduino/libraries/BayEOSSensors/HX711Array.h
- BayEOS-Arduino/libraries/BayEOSSensors/HX711Array.cpp