#ifndef BATMON_H_
#define BATMON_H_

int8_t batmon_init();
int8_t batmon_get_voltage(uint16_t* voltage);


#endif /* BATMON_H_ */