hx711-pico-c
hx711_config_t Struct Reference

#include <hx711.h>

Data Fields

uint clock_pin
 
uint data_pin
 
PIO pio
 
hx711_pio_init_t pio_init
 
const pio_program_t * reader_prog
 
hx711_program_init_t reader_prog_init
 

Detailed Description

Definition at line 93 of file hx711.h.

Field Documentation

◆ clock_pin

uint hx711_config_t::clock_pin

Definition at line 95 of file hx711.h.

Referenced by hx711_init().

◆ data_pin

uint hx711_config_t::data_pin

Definition at line 96 of file hx711.h.

Referenced by hx711_init().

◆ pio

PIO hx711_config_t::pio

Definition at line 98 of file hx711.h.

Referenced by hx711_init().

◆ pio_init

hx711_pio_init_t hx711_config_t::pio_init

Definition at line 99 of file hx711.h.

Referenced by hx711_init().

◆ reader_prog

const pio_program_t* hx711_config_t::reader_prog

Definition at line 101 of file hx711.h.

Referenced by hx711_init().

◆ reader_prog_init

hx711_program_init_t hx711_config_t::reader_prog_init

Definition at line 102 of file hx711.h.

Referenced by hx711_init().


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