#ifndef POTENTIOMETER_H #define POTENTIOMETER_H void pot_Initialization(void); float get_pot_value(void); #endif /*POTENTIOMETER_H*/