From 2105e89fd7f58df30ccd864030d2366056695bc2 Mon Sep 17 00:00:00 2001 From: Edvin Date: Mon, 22 Dec 2025 11:14:38 +0100 Subject: Final commit --- include/EZADC.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/EZADC.h b/include/EZADC.h index 08b66ef..6d2263d 100644 --- a/include/EZADC.h +++ b/include/EZADC.h @@ -3,9 +3,6 @@ #include "esp_adc/adc_cali.h" #include "esp_adc/adc_cali_scheme.h" -static int adc_raw[2][10]; -static int voltage[2][10]; - typedef struct { adc_oneshot_unit_handle_t adc_handle; adc_oneshot_unit_init_cfg_t adc_init_config; -- cgit v1.2.3