measure.h 340 B

12345678910111213
  1. #ifndef _IV_Measure_H__
  2. #define _IV_Measure_H__
  3. void measure_adc_init(void);
  4. float get_pack_current(void);
  5. float get_cell_voltage(int cell);
  6. float get_small_current(void);
  7. float get_small_current_voltage(void);
  8. int get_pcb_temperature(void);
  9. int get_pack_temperature(int index);
  10. void current_calibrate(void);
  11. #endif /* _IV_Measure_H__ */