hx711-pico-c
hx711_t Struct Reference

#include <hx711.h>

Data Fields

uint _clock_pin
 
uint _data_pin
 
PIO _pio
 
const pio_program_t * _reader_prog
 
pio_sm_config _reader_prog_default_config
 
uint _reader_sm
 
uint _reader_offset
 
mutex_t _mut
 

Detailed Description

Definition at line 73 of file hx711.h.

Field Documentation

◆ _clock_pin

uint hx711_t::_clock_pin

◆ _data_pin

uint hx711_t::_data_pin

Definition at line 76 of file hx711.h.

Referenced by hx711_init(), hx711_reader_pio_init(), and hx711_reader_program_init().

◆ _mut

◆ _pio

◆ _reader_offset

uint hx711_t::_reader_offset

Definition at line 82 of file hx711.h.

Referenced by hx711_close(), hx711_init(), hx711_power_up(), and hx711_reader_program_init().

◆ _reader_prog

const pio_program_t* hx711_t::_reader_prog

Definition at line 79 of file hx711.h.

Referenced by hx711_close(), and hx711_init().

◆ _reader_prog_default_config

pio_sm_config hx711_t::_reader_prog_default_config

Definition at line 80 of file hx711.h.

Referenced by hx711_power_up(), and hx711_reader_program_init().

◆ _reader_sm


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