#ifndef _IV_Measure_H__ #define _IV_Measure_H__ void measure_adc_init(void); float get_pack_current(void); float get_cell_voltage(int cell); float get_small_current(void); float get_small_current_voltage(void); int get_pcb_temperature(void); int get_pack_temperature(int index); void current_calibrate(void); #endif /* _IV_Measure_H__ */