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

10 lines
152 B
C

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