mirror of
https://github.com/Wessel/PICAMP.git
synced 2026-07-20 15:13:57 +02:00
8 lines
149 B
C
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
|