aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/potentiometer.h
blob: cb3be817dc398c9a0697680cdc642f4a96bb3c48 (plain)
1
2
3
4
5
6
7
8
9
#ifndef POTENTIOMETER_H_
#define POTENTIOMETER_H_

#include "util.h"


void potentiometer_enable(bool enable);

#endif /* POTENTIOMETER_H_ */
bues.ch cgit interface