Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Structure hodling the configuration of hx711 controller. More...
#include <app_workspace.h>
Public Attributes | |
int | data_pin |
int | clock_pin |
int | rate |
int | ref_unit |
int | offset |
Structure hodling the configuration of hx711 controller.
Definition at line 124 of file app_workspace.h.
int app_workspace_ns::hx711_config::clock_pin |
Definition at line 126 of file app_workspace.h.
int app_workspace_ns::hx711_config::data_pin |
Definition at line 125 of file app_workspace.h.
int app_workspace_ns::hx711_config::offset |
Definition at line 129 of file app_workspace.h.
int app_workspace_ns::hx711_config::rate |
Definition at line 127 of file app_workspace.h.
int app_workspace_ns::hx711_config::ref_unit |
Definition at line 128 of file app_workspace.h.