/ src / battery.h
battery.h
1  #ifndef BLH_BATTERY_H
2  #define BLH_BATTERY_H
3  void battery_setup(void);
4  int battery_get_mv(void);
5  #endif