#ifndef VOLTAGE_H #define VOLTAGE_H #include "ADC.h" #include "GPIO.h" void Voltage_conf(); double Voltage_getVoltage(); #endif