#ifndef __FREQ_MEAS_H__
#define __FREQ_MEAS_H__

int adc_buf_measure_freq(uint16_t adc_buf[FMEAS_FFT_LEN], float *out);

#endif /* __FREQ_MEAS_H__ */