iv_measure.h 274 B

1234567891011
  1. #ifndef _IV_Measure_H__
  2. #define _IV_Measure_H__
  3. void measure_system_init(void);
  4. float get_imon_current(void);
  5. float get_vmon_voltage(int cell);
  6. float get_small_current(void);
  7. int get_pcb_temperature(void);
  8. int get_pack_temperature(int index);
  9. #endif /* _IV_Measure_H__ */