2024-01-25 14:22:18 +08:00

73 lines
163 B
C

#ifndef VAL_ADC_H__
#define VAL_ADC_H__
#include <adc_device.h>
void validate_adc(void);
#endif