#ifndef _IV_Measure_H__ #define _IV_Measure_H__ void measure_system_init(void); float get_imon_current(void); float get_vmon_voltage(int cell); float get_small_current(void); int get_pcb_temperature(void); int get_pack_temperature(int index); #endif /* _IV_Measure_H__ */