|
void | loadcell8_cfg_setup (loadcell8_cfg_t *cfg) |
| Load Cell 8 configuration object setup function. More...
|
|
err_t | loadcell8_init (loadcell8_t *ctx, loadcell8_cfg_t *cfg) |
| Load Cell 8 initialization function. More...
|
|
err_t | loadcell8_default_cfg (loadcell8_t *ctx) |
| Load Cell 8 default configuration function. More...
|
|
err_t | loadcell8_generic_write (loadcell8_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
| Load Cell 8 I2C writing function. More...
|
|
err_t | loadcell8_generic_read (loadcell8_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
| Load Cell 8 I2C reading function. More...
|
|
void | loadcell8_hw_reset (loadcell8_t *ctx) |
| Load Cell 8 HW reset function. More...
|
|
err_t | loadcell8_read_raw_adc (loadcell8_t *ctx, uint32_t *raw_adc) |
| Load Cell 8 read raw ADC value function. More...
|
|
err_t | loadcell8_tare_scale (loadcell8_t *ctx, loadcell8_data_t *cell_data) |
| Load Cell 8 read raw ADC value function. More...
|
|
err_t | loadcell8_calibration_weight (loadcell8_t *ctx, uint16_t cal_val, loadcell8_data_t *cell_data) |
| Load Cell 8 calibrate weight function. More...
|
|
err_t | loadcell8_get_weight (loadcell8_t *ctx, loadcell8_data_t *cell_data, float *weight_g) |
| Load Cell 8 get weight function. More...
|
|
This file contains API for Load Cell 8 Click Driver.