Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
custom_watcher extends HX711 library Watcher. Reason is to get access to the watcher state, so the measuring can be interrupted More...
#include <custom_hx711.h>
Public Member Functions | |
custom_watcher (HX711::HX711 *hx) | |
WatchState | get_watch_state () |
custom_watcher extends HX711 library Watcher. Reason is to get access to the watcher state, so the measuring can be interrupted
Definition at line 13 of file custom_hx711.h.
custom_watcher::custom_watcher | ( | HX711::HX711 * | hx | ) |
WatchState custom_watcher::get_watch_state | ( | ) |
Get current watcher state
Definition at line 10 of file custom_hx711.cpp.