Files
xc8-picamp/include/potentiometer.h
2023-11-23 23:04:00 +01:00

8 lines
149 B
C

#ifndef POTENTIOMETER_H
#define POTENTIOMETER_H
void populate_step_array(int *array, int size, int potLimit);
int read_potentiometer(void);
#endif