Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Member Functions | List of all members
custom_watcher Class Reference

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>

Inheritance diagram for custom_watcher:
Watcher

Public Member Functions

 custom_watcher (HX711::HX711 *hx)
 
WatchState get_watch_state ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ custom_watcher()

custom_watcher::custom_watcher ( HX711::HX711 *  hx)

Calls parent constructor

Definition at line 8 of file custom_hx711.cpp.

8 : Watcher(hx) {}

Member Function Documentation

◆ get_watch_state()

WatchState custom_watcher::get_watch_state ( )

Get current watcher state

Definition at line 10 of file custom_hx711.cpp.

10  {
11  return this->_watchState;
12 }

The documentation for this class was generated from the following files: