4 #include <hx711/common.h>
19 WatchState get_watch_state();
37 const Value refUnit = 1,
38 const Value offset = 0,
39 const Rate rate = Rate::HZ_10);
48 virtual std::vector<Value> getValues(
const std::chrono::nanoseconds timeout)
override;
56 virtual std::vector<Value> getValues(
const std::size_t samples)
override;
66 virtual std::vector<Value> getValues(
const std::chrono::nanoseconds timeout, std::vector<Value> **watchdog);
76 virtual std::vector<Value> getValues(
const std::size_t samples, std::vector<Value> **watchdog);
81 virtual void stop_reading();
Extends HX711 library AdvancedHX711. Custom implementations for value reading, so it can be observed ...
custom_watcher extends HX711 library Watcher. Reason is to get access to the watcher state,...