#ifndef BATTERY_ADC_H #define BATTERY_ADC_H #include int battery_adc_init(void); int battery_measure_mv(int32_t *mv_out); #endif // BATTERY_ADC_H