8 lines
136 B
C
8 lines
136 B
C
#ifndef POTENTIOMETER_H
|
|
#define POTENTIOMETER_H
|
|
|
|
void pot_Initialization(void);
|
|
float get_pot_value(void);
|
|
|
|
#endif /*POTENTIOMETER_H*/
|