vbat.h 178 B

1234567891011
  1. #ifndef __VBAT_H
  2. #define __VBAT_H
  3. void vbat_init(void);
  4. void vbat_voltage_init(void);
  5. uint16_t vbat_get_voltage(void);
  6. int is_lowpower_vbat_warning(void);
  7. #endif // __VBAT_H