#pragma once #include void Adc_PortInit(); float Adc_GetBatteryVoltage(); uint8_t Adc_GetBatteryLevel(); bool Adc_IsCharging();