Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  include
 app_workspace.h
 config_loader.h
 custom_hx711.h
 db_driver.h
 event_handler.h
 gui_button.h
 gui_combobox.h
 gui_direct.h
 gui_element.h
 gui_input.h
 gui_label.h
 gui_observer.h
 gui_selectable.h
 keyboard.h
 localisation.h
 rc522.h
 rfid_reader.h
 screen_definitions.h
 screen_manager.h
 user_workspace.h
 utility.h
  src
  gui
 gui_button.cpp
 gui_combobox.cpp
 gui_direct.cpp
 gui_element.cpp
 gui_input.cpp
 gui_label.cpp
 gui_observer.cpp
 gui_selectable.cpp
 screen_definitions.cpp
 screen_manager.cpp
  logic
 config_loader.cpp
 custom_hx711.cpp
 event_handler.cpp
 keyboard.cpp
 rc522.cpp
 rfid_reader.cpp
 utility.cpp
  model
 app_workspace.cpp
 db_driver.cpp
 localisation.cpp
 user_workspace.cpp
 main.cpp