From 50998fcfb916ae251309bd4b464f2c122e8cb30d Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 9 Apr 2021 18:38:02 +0200 Subject: Repo re-org --- controller/fw/src/adc.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 controller/fw/src/adc.h (limited to 'controller/fw/src/adc.h') diff --git a/controller/fw/src/adc.h b/controller/fw/src/adc.h deleted file mode 100644 index e5611cb..0000000 --- a/controller/fw/src/adc.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __ADC_H__ -#define __ADC_H__ - -void adc_init(void); - -extern uint16_t adc_fft_buf[2][FMEAS_FFT_LEN]; -/* set index of ready buffer in adc.c, reset to -1 in main.c after processing */ -extern volatile int adc_fft_buf_ready_idx; - -#endif /* __ADC_H__ */ -- cgit