Files
uDCCD/firmware/tests/ut_logic/ut_pot.h
2024-03-12 21:22:26 +02:00

10 lines
138 B
C

#ifndef UT_POT_H_
#define UT_POT_H_
#include <stdio.h>
#include <stdlib.h>
int ut_pot_mv_to_percent_test(void);
#endif /* UT_POT_H_ */