mirror of
https://github.com/Wessel/PICAMP.git
synced 2026-07-19 06:33:56 +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
|