| 
    pico-scale
    
   | 
 
Go to the source code of this file.
Functions | |
| bool | scale_adaptor_init (scale_adaptor_t *const sa, void *data) | 
| void * | scale_adaptor_get_data (scale_adaptor_t *const sa) | 
| void* scale_adaptor_get_data | ( | scale_adaptor_t *const | sa | ) | 
Definition at line 35 of file scale_adaptor.c.
References scale_adaptor::_data.
Referenced by hx711_scale_adaptor_get_value(), and hx711_scale_adaptor_get_value_timeout().
| bool scale_adaptor_init | ( | scale_adaptor_t *const | sa, | 
| void * | data | ||
| ) | 
Definition at line 27 of file scale_adaptor.c.
References scale_adaptor::_data.
Referenced by hx711_scale_adaptor_init().