Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Attributes | List of all members
app_workspace_ns::hx711_config Struct Reference

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
 

Detailed Description

Structure hodling the configuration of hx711 controller.

Definition at line 124 of file app_workspace.h.

Member Data Documentation

◆ clock_pin

int app_workspace_ns::hx711_config::clock_pin

Definition at line 126 of file app_workspace.h.

◆ data_pin

int app_workspace_ns::hx711_config::data_pin

Definition at line 125 of file app_workspace.h.

◆ offset

int app_workspace_ns::hx711_config::offset

Definition at line 129 of file app_workspace.h.

◆ rate

int app_workspace_ns::hx711_config::rate

Definition at line 127 of file app_workspace.h.

◆ ref_unit

int app_workspace_ns::hx711_config::ref_unit

Definition at line 128 of file app_workspace.h.


The documentation for this struct was generated from the following file: